|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowSchema | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.stats | |
| Uses of RowSchema in org.apache.hadoop.hive.ql.exec |
|---|
| Methods in org.apache.hadoop.hive.ql.exec that return RowSchema | |
|---|---|
RowSchema |
Operator.getSchema()
|
| Methods in org.apache.hadoop.hive.ql.exec with parameters of type RowSchema | ||
|---|---|---|
static
|
OperatorFactory.get(Class<T> opClass,
RowSchema rwsch)
|
|
static
|
OperatorFactory.get(T conf,
RowSchema rwsch,
Operator... oplist)
Returns an operator given the conf and a list of children operators. |
|
static
|
OperatorFactory.getAndMakeChild(T conf,
RowSchema rwsch,
List<Operator<? extends OperatorDesc>> oplist)
Returns an operator given the conf and a list of parent operators. |
|
static
|
OperatorFactory.getAndMakeChild(T conf,
RowSchema rwsch,
Map<String,ExprNodeDesc> colExprMap,
List<Operator<? extends OperatorDesc>> oplist)
Returns an operator given the conf and a list of parent operators. |
|
static
|
OperatorFactory.getAndMakeChild(T conf,
RowSchema rwsch,
Map<String,ExprNodeDesc> colExprMap,
Operator... oplist)
Returns an operator given the conf and a list of parent operators. |
|
static
|
OperatorFactory.getAndMakeChild(T conf,
RowSchema rwsch,
Operator... oplist)
Returns an operator given the conf and a list of parent operators. |
|
void |
Operator.setSchema(RowSchema rowSchema)
|
|
| Constructors in org.apache.hadoop.hive.ql.exec with parameters of type RowSchema | |
|---|---|
RowSchema(RowSchema that)
|
|
| Uses of RowSchema in org.apache.hadoop.hive.ql.optimizer |
|---|
| Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type RowSchema | |
|---|---|
static TableScanOperator |
GenMapRedUtils.createTemporaryTableScanOperator(RowSchema rowSchema)
|
| Uses of RowSchema in org.apache.hadoop.hive.ql.parse |
|---|
| Methods in org.apache.hadoop.hive.ql.parse that return RowSchema | |
|---|---|
RowSchema |
RowResolver.getRowSchema()
|
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type RowSchema | |
|---|---|
void |
RowResolver.setRowSchema(RowSchema rowSchema)
|
| Uses of RowSchema in org.apache.hadoop.hive.ql.plan |
|---|
| Methods in org.apache.hadoop.hive.ql.plan with parameters of type RowSchema | |
|---|---|
static List<FieldSchema> |
PlanUtils.getFieldSchemasFromRowSchema(RowSchema row,
String fieldPrefix)
Convert the RowSchema to FieldSchema list. |
void |
ListBucketingCtx.processRowSkewedIndex(RowSchema rowSch)
Match column in skewed column list and record position. |
| Uses of RowSchema in org.apache.hadoop.hive.ql.stats |
|---|
| Methods in org.apache.hadoop.hive.ql.stats with parameters of type RowSchema | |
|---|---|
static List<ColStatistics> |
StatsUtils.getColStatisticsFromExprMap(HiveConf conf,
Statistics parentStats,
Map<String,ExprNodeDesc> colExprMap,
RowSchema rowSchema)
Get column statistics from parent statistics. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||