|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnInfo | |
---|---|
org.apache.hadoop.hive.ql.exec | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Uses of ColumnInfo in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type ColumnInfo | |
---|---|
Vector<ColumnInfo> |
RowSchema.getSignature()
|
Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type ColumnInfo | |
---|---|
void |
RowSchema.setSignature(Vector<ColumnInfo> signature)
|
Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type ColumnInfo | |
---|---|
RowSchema(Vector<ColumnInfo> signature)
|
Uses of ColumnInfo in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return ColumnInfo | |
---|---|
ColumnInfo |
RowResolver.get(String tab_alias,
String col_alias)
Gets the column Info to tab_alias.col_alias type of a column reference. |
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type ColumnInfo | |
---|---|
Vector<ColumnInfo> |
RowResolver.getColumnInfos()
|
HashMap<String,ColumnInfo> |
RowResolver.getFieldMap(String tab_alias)
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type ColumnInfo | |
---|---|
void |
RowResolver.put(String tab_alias,
String col_alias,
ColumnInfo colInfo)
|
Uses of ColumnInfo in org.apache.hadoop.hive.ql.plan |
---|
Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type ColumnInfo | |
---|---|
static List<FieldSchema> |
PlanUtils.getFieldSchemasFromColumnInfo(Vector<ColumnInfo> cols,
String fieldPrefix)
Convert the ColumnInfo to FieldSchema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |