|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowSchema | |
---|---|
org.apache.hadoop.hive.ql.exec | |
org.apache.hadoop.hive.ql.plan |
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,
Operator... oplist)
Returns an operator given the conf and a list of parent operators. |
|
void |
Operator.setSchema(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |