|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateTableDesc | |
---|---|
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Uses of CreateTableDesc in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return CreateTableDesc | |
---|---|
CreateTableDesc |
QB.getLLocalDirectoryDesc()
|
CreateTableDesc |
QB.getTableDesc()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type CreateTableDesc | |
---|---|
void |
QB.setLocalDirectoryDesc(CreateTableDesc localDirectoryDesc)
|
void |
QB.setTableDesc(CreateTableDesc desc)
|
Uses of CreateTableDesc in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan that return CreateTableDesc | |
---|---|
CreateTableDesc |
DDLWork.getCreateTblDesc()
|
Methods in org.apache.hadoop.hive.ql.plan with parameters of type CreateTableDesc | |
---|---|
static TableDesc |
PlanUtils.getDefaultTableDesc(CreateTableDesc localDirectoryDesc,
String cols,
String colTypes)
|
static TableDesc |
PlanUtils.getTableDesc(CreateTableDesc crtTblDesc,
String cols,
String colTypes)
Generate a table descriptor from a createTableDesc. |
void |
DDLWork.setCreateTblDesc(CreateTableDesc createTblDesc)
|
Constructors in org.apache.hadoop.hive.ql.plan with parameters of type CreateTableDesc | |
---|---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
CreateTableDesc createTblDesc)
|
|
LoadFileDesc(CreateTableDesc createTableDesc,
String sourceDir,
String targetDir,
boolean isDfsDir,
String columns,
String columnTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |