Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type ReadEntity |
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
AddPartitionDesc addPartitionDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
AlterTableDesc alterTblDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
AlterTableSimpleDesc simpleDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
CreateDatabaseDesc createDatabaseDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
CreateTableDesc createTblDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
CreateTableLikeDesc createTblLikeDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
CreateViewDesc createVwDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
DescFunctionDesc descFuncDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
DescTableDesc descTblDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
DropDatabaseDesc dropDatabaseDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
DropTableDesc dropTblDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
MsckDesc checkDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
ShowDatabasesDesc showDatabasesDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
ShowFunctionsDesc showFuncsDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
ShowPartitionsDesc showPartsDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
ShowTablesDesc showTblsDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
ShowTableStatusDesc showTblStatusDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
SwitchDatabaseDesc switchDatabaseDesc)
|
MoveWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs)
|
MoveWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
LoadTableDesc loadTableWork,
LoadFileDesc loadFileWork,
boolean checkFileFormat)
|