| Modifier and Type | Method and Description |
|---|---|
DDLDesc |
DDLWork.getDDLDesc() |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractAlterDatabaseDesc.getDatabaseName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetLocationDesc
DDL task description for ALTER DATABASE ...
|
class |
AlterDatabaseSetManagedLocationDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterDatabaseSetLocationDesc.getLocation() |
String |
AlterDatabaseSetManagedLocationDesc.getManagedLocation() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetOwnerDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterDatabaseSetOwnerDesc.getOwnerPrincipal() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetPropertiesDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterDatabaseSetPropertiesDesc.getDatabaseProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDatabaseDesc
DDL task description for CREATE DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateDatabaseDesc.getComment() |
String |
CreateDatabaseDesc.getConnectorName() |
org.apache.hadoop.hive.metastore.api.DatabaseType |
CreateDatabaseDesc.getDatabaseType() |
boolean |
CreateDatabaseDesc.getIfNotExists() |
String |
CreateDatabaseDesc.getLocationUri() |
String |
CreateDatabaseDesc.getManagedLocationUri() |
String |
CreateDatabaseDesc.getName() |
String |
CreateDatabaseDesc.getRemoteDbName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DescDatabaseDesc
DDL task description for DESC DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DescDatabaseDesc.getDatabaseName() |
String |
DescDatabaseDesc.getResFile() |
boolean |
DescDatabaseDesc.isExtended() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropDatabaseDesc
DDL task description for DROP DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropDatabaseDesc.getDatabaseName() |
boolean |
DropDatabaseDesc.getIfExists() |
| Modifier and Type | Class and Description |
|---|---|
class |
LockDatabaseDesc
DDL task description for LOCK DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LockDatabaseDesc.getDatabaseName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDatabasesDesc
DDL task description for SHOW DATABASES commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowDatabasesDesc.getPattern() |
String |
ShowDatabasesDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateDatabaseDesc
DDL task description for SHOW CREATE DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowCreateDatabaseDesc.getDatabaseName() |
org.apache.hadoop.fs.Path |
ShowCreateDatabaseDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnlockDatabaseDesc
DDL task description for UNLOCK DATABASE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UnlockDatabaseDesc.getDatabaseName() |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchDatabaseDesc
DDL task description for USE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SwitchDatabaseDesc.getDatabaseName() |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractAlterDataConnectorDesc.getConnectorName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetOwnerDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterDataConnectorSetOwnerDesc.getOwnerPrincipal() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetPropertiesDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterDataConnectorSetPropertiesDesc.getConnectorProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetUrlDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterDataConnectorSetUrlDesc.getURL() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDataConnectorDesc
DDL task description for CREATE DATACONNECTOR commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateDataConnectorDesc.getComment() |
boolean |
CreateDataConnectorDesc.getIfNotExists() |
String |
CreateDataConnectorDesc.getName() |
String |
CreateDataConnectorDesc.getType() |
String |
CreateDataConnectorDesc.getURL() |
| Modifier and Type | Class and Description |
|---|---|
class |
DescDataConnectorDesc
DDL task description for DESC CONNECTOR commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DescDataConnectorDesc.getConnectorName() |
String |
DescDataConnectorDesc.getResFile() |
boolean |
DescDataConnectorDesc.isExtended() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropDataConnectorDesc
DDL task description for DROP CONNECTOR commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropDataConnectorDesc.getConnectorName() |
boolean |
DropDataConnectorDesc.getIfExists() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDataConnectorsDesc
DDL task description for SHOW CONNECTORS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowDataConnectorsDesc.getPattern() |
String |
ShowDataConnectorsDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateFunctionDesc
DDL task description for CREATE [TEMPORARY] FUNCTION commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateFunctionDesc.getClassName() |
String |
CreateFunctionDesc.getName() |
boolean |
CreateFunctionDesc.isTemp() |
| Modifier and Type | Class and Description |
|---|---|
class |
DescFunctionDesc
DDL task description for DESC FUNCTION commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DescFunctionDesc.getName() |
org.apache.hadoop.fs.Path |
DescFunctionDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropFunctionDesc
DDL task description for DROP [TEMPORARY] FUNCTION commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropFunctionDesc.getName() |
boolean |
DropFunctionDesc.isTemporary() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMacroDesc
DDL task description for CREATE TEMPORARY MACRO commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateMacroDesc.getBodyString()
For explaining only.
|
List<String> |
CreateMacroDesc.getColumnNames() |
List<String> |
CreateMacroDesc.getColumnTypeStrings()
For explaining only.
|
String |
CreateMacroDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropMacroDesc
DDL task description for DROP TEMPORARY MACRO commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropMacroDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReloadFunctionsDesc
DDL task description for RELOAD FUNCTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowFunctionsDesc
DDL task description for SHOW FUNCTIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowFunctionsDesc.getPattern() |
String |
ShowFunctionsDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowConfDesc
DDL task description for SHOW CONF commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowConfDesc.getConfName() |
org.apache.hadoop.fs.Path |
ShowConfDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplRemoveFirstIncLoadPendFlagDesc
Remove the flag from db property if its already present.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReplRemoveFirstIncLoadPendFlagDesc.getDatabaseName() |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertCommitHookDesc
DDL task description for Inserting Commit Hooks.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InsertCommitHookDesc.isOverwrite() |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetadataDesc
DDL task description for ANALYZE TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
CacheMetadataDesc.getDbName() |
String |
CacheMetadataDesc.getPartitionName() |
String |
CacheMetadataDesc.getTableName() |
boolean |
CacheMetadataDesc.isAllPartitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
MsckDesc
DDL task description for MSCK [REPAIR] TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MsckDesc.getFilterExp() |
String |
MsckDesc.getTableName() |
boolean |
MsckDesc.isAddPartitions() |
boolean |
MsckDesc.isDropPartitions() |
boolean |
MsckDesc.isRepairPartitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrincipalDesc
Represents a database principal.
|
class |
PrivilegeDesc
Represents a database privilege.
|
class |
PrivilegeObjectDesc
Represents a privilege object.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
PrivilegeDesc.getColumns() |
String |
PrincipalDesc.getName() |
String |
PrivilegeObjectDesc.getObject() |
Map<String,String> |
PrivilegeObjectDesc.getPartSpec() |
Privilege |
PrivilegeDesc.getPrivilege() |
boolean |
PrivilegeObjectDesc.getTable() |
org.apache.hadoop.hive.metastore.api.PrincipalType |
PrincipalDesc.getType() |
| Modifier and Type | Class and Description |
|---|---|
class |
GrantDesc
DDL task description for GRANT commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
GrantDesc.getPrincipals() |
List<PrivilegeDesc> |
GrantDesc.getPrivileges() |
PrivilegeObjectDesc |
GrantDesc.getPrivilegeSubject() |
boolean |
GrantDesc.isGrantOption() |
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeDesc
DDL task description for REVOKE commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
RevokeDesc.getPrincipals() |
List<PrivilegeDesc> |
RevokeDesc.getPrivileges() |
PrivilegeObjectDesc |
RevokeDesc.getPrivilegeSubject() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateRoleDesc
DDL task description for CREATE ROLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateRoleDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropRoleDesc
DDL task description for DROP ROLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropRoleDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
GrantRoleDesc
DDL task description for GRANT ROLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
GrantRoleDesc.getPrincipals() |
List<String> |
GrantRoleDesc.getRoles() |
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeRoleDesc
DDL task description for REVOKE ROLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
RevokeRoleDesc.getPrincipals() |
List<String> |
RevokeRoleDesc.getRoles() |
| Modifier and Type | Class and Description |
|---|---|
class |
SetRoleDesc
DDL task description for SET ROLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SetRoleDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCurrentRoleDesc
DDL task description for SHOW CURRENT ROLE commands.
|
class |
ShowRolesDesc
DDL task description for SHOW ROLES commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowGrantDesc
DDL task description for SHOW GRANT commands.
|
| Modifier and Type | Method and Description |
|---|---|
PrivilegeObjectDesc |
ShowGrantDesc.getHiveObj() |
PrincipalDesc |
ShowGrantDesc.getPrincipalDesc() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPrincipalsDesc
DDL task description for SHOW PRINCIPALS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowPrincipalsDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowRoleGrantDesc
DDL task description for SHOW ROLE GRANT commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowRoleGrantDesc.getName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTransactionsDesc
DDL task description for ABORT TRANSACTIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
AbortTransactionsDesc.getTransactionIds() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortCompactionsDesc
DDL task description for ABORT COMPACTIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
AbortCompactionsDesc.getCompactionIds() |
| Modifier and Type | Class and Description |
|---|---|
class |
KillQueriesDesc
DDL task description for KILL QUERY commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
KillQueriesDesc.getQueryIds() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCompactionsDesc
DDL task description for SHOW COMPACTIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ShowCompactionsDesc.getCompactionId() |
String |
ShowCompactionsDesc.getCompactionStatus() |
String |
ShowCompactionsDesc.getCompactionType() |
String |
ShowCompactionsDesc.getDbName() |
short |
ShowCompactionsDesc.getLimit() |
String |
ShowCompactionsDesc.getOrderBy() |
Map<String,String> |
ShowCompactionsDesc.getPartSpec() |
String |
ShowCompactionsDesc.getPoolName() |
String |
ShowCompactionsDesc.getTbName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTransactionsDesc
DDL task description for SHOW TRANSACTIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractAlterTableDesc.getDbTableName() |
Map<String,String> |
AbstractAlterTableDesc.getPartitionSpec() |
Map<String,String> |
AbstractAlterTableDesc.getProps() |
boolean |
AbstractAlterTableDesc.isCascade() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AlterTableAddColumnsDesc.getNewColsString() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableChangeColumnDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableChangeColumnDesc.getAfterColumn() |
String |
AlterTableChangeColumnDesc.getNewColumnComment() |
String |
AlterTableChangeColumnDesc.getNewColumnName() |
String |
AlterTableChangeColumnDesc.getNewColumnType() |
String |
AlterTableChangeColumnDesc.getOldColumnName() |
boolean |
AlterTableChangeColumnDesc.isFirst() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableReplaceColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AlterTableReplaceColumnsDesc.getNewColsString() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowColumnsDesc
DDL task description for SHOW COLUMNS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowColumnsDesc.getPattern() |
String |
ShowColumnsDesc.getResFile() |
String |
ShowColumnsDesc.getTableName() |
boolean |
ShowColumnsDesc.isSorted() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableUpdateColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddConstraintDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropConstraintDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableDropConstraintDesc.getConstraintName() |
String |
AlterTableDropConstraintDesc.getDbTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConvertDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableConvertDesc.getExplainOutput() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableDesc
DDL task description for CREATE TABLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CreateTableDesc.getBucketCols() |
String |
CreateTableDesc.getCollItemDelim() |
List<String> |
CreateTableDesc.getColsString() |
String |
CreateTableDesc.getComment() |
String |
CreateTableDesc.getDbTableName() |
String |
CreateTableDesc.getFieldDelim() |
String |
CreateTableDesc.getFieldEscape() |
boolean |
CreateTableDesc.getIfNotExists() |
String |
CreateTableDesc.getInputFormat() |
String |
CreateTableDesc.getLineDelim() |
String |
CreateTableDesc.getLocation() |
String |
CreateTableDesc.getMapKeyDelim() |
Integer |
CreateTableDesc.getNumBucketsExplain() |
String |
CreateTableDesc.getOutputFormat() |
List<String> |
CreateTableDesc.getPartColsString() |
Map<String,String> |
CreateTableDesc.getSerdeProps() |
String |
CreateTableDesc.getSerName() |
List<org.apache.hadoop.hive.metastore.api.Order> |
CreateTableDesc.getSortCols() |
String |
CreateTableDesc.getStorageHandler() |
Map<String,String> |
CreateTableDesc.getTblPropsExplain() |
boolean |
CreateTableDesc.isExternal() |
boolean |
CreateTableDesc.isMaterialization() |
boolean |
CreateTableDesc.isTemporary() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableLikeDesc
DDL task description for CREATE TABLE LIKE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateTableLikeDesc.getDefaultInputFormat() |
String |
CreateTableLikeDesc.getDefaultOutputFormat() |
Map<String,String> |
CreateTableLikeDesc.getDefaultSerdeProps() |
String |
CreateTableLikeDesc.getDefaultSerName() |
boolean |
CreateTableLikeDesc.getIfNotExists() |
String |
CreateTableLikeDesc.getLikeTableName() |
String |
CreateTableLikeDesc.getLocation() |
String |
CreateTableLikeDesc.getTableName() |
Map<String,String> |
CreateTableLikeDesc.getTblPropsExplain() |
boolean |
CreateTableLikeDesc.isExternal() |
boolean |
CreateTableLikeDesc.isTemporary() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateTableDesc
DDL task description for SHOW CREATE TABLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowCreateTableDesc.getDatabaseName() |
String |
ShowCreateTableDesc.getResFile() |
String |
ShowCreateTableDesc.getTableName() |
boolean |
ShowCreateTableDesc.isRelative() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropTableDesc
DDL task description for DROP TABLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropTableDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExecuteDesc
DDL task task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableExecuteDesc.getExplainOutput() |
| Modifier and Type | Class and Description |
|---|---|
class |
DescTableDesc
DDL task description for DESC table_name commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DescTableDesc.getDbTableName() |
Map<String,String> |
DescTableDesc.getPartitionSpec() |
String |
DescTableDesc.getResFile() |
boolean |
DescTableDesc.isExtended() |
boolean |
DescTableDesc.isFormatted() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablePropertiesDesc
DDL task description for SHOW TABLE PROPERTIES commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowTablePropertiesDesc.getPropertyName() |
String |
ShowTablePropertiesDesc.getResFileString() |
String |
ShowTablePropertiesDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTableStatusDesc
DDL task description for SHOW TABLE STATUS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowTableStatusDesc.getDbName() |
Map<String,String> |
ShowTableStatusDesc.getPartSpec() |
String |
ShowTableStatusDesc.getPattern() |
String |
ShowTableStatusDesc.getResFileString() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablesDesc
DDL task description for SHOW TABLES commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowTablesDesc.getDbName() |
String |
ShowTablesDesc.getPattern() |
String |
ShowTablesDesc.getResFile() |
String |
ShowTablesDesc.getTypeFilterString()
For explain only.
|
boolean |
ShowTablesDesc.isExtended() |
| Modifier and Type | Class and Description |
|---|---|
class |
LockTableDesc
DDL task description for LOCK TABLE commands.
|
class |
UnlockTableDesc
DDL task description for UNLOCK TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowLocksDesc
DDL task description for SHOW LOCKS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowLocksDesc.getDbName() |
Map<String,String> |
ShowLocksDesc.getPartSpec() |
String |
ShowLocksDesc.getResFile() |
String |
ShowLocksDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetOwnerDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterTableSetOwnerDesc.getOwnerPrincipal() |
| Modifier and Type | Class and Description |
|---|---|
class |
PreInsertTableDesc
DDL task description for PRE INSERT commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPropertiesDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetPropertiesDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenameDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableRenameDesc.getNewName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableTouchDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterTableTouchDesc.getPartitionSpec() |
String |
AlterTableTouchDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
TruncateTableDesc
DDL task description for TRUNCATE TABLE commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
TruncateTableDesc.getColumnIndexes() |
Map<String,String> |
TruncateTableDesc.getPartSpec() |
String |
TruncateTableDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddPartitionDesc
DDL task description for ALTER TABLE ...
|
static class |
AlterTableAddPartitionDesc.PartitionDesc
Description of a partition to add.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AlterTableAddPartitionDesc.PartitionDesc.getBucketCols() |
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
AlterTableAddPartitionDesc.PartitionDesc.getCols() |
org.apache.hadoop.hive.metastore.api.ColumnStatistics |
AlterTableAddPartitionDesc.PartitionDesc.getColStats() |
String |
AlterTableAddPartitionDesc.getDbName() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getInputFormat() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getLocation() |
Integer |
AlterTableAddPartitionDesc.PartitionDesc.getNumBucketsExplain() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getOutputFormat() |
List<AlterTableAddPartitionDesc.PartitionDesc> |
AlterTableAddPartitionDesc.getPartitions() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getPartParamsForExplain() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getPartSpecForExplain() |
Map<String,String> |
AlterTableAddPartitionDesc.PartitionDesc.getSerdeParams() |
String |
AlterTableAddPartitionDesc.PartitionDesc.getSerializationLib() |
List<org.apache.hadoop.hive.metastore.api.Order> |
AlterTableAddPartitionDesc.PartitionDesc.getSortCols() |
String |
AlterTableAddPartitionDesc.getTableName() |
boolean |
AlterTableAddPartitionDesc.isIfNotExists() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAlterPartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableAlterPartitionDesc.getPartKeyName() |
String |
AlterTableAlterPartitionDesc.getPartKeyType() |
String |
AlterTableAlterPartitionDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropPartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableDropPartitionDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExchangePartitionsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterTableExchangePartitionsDesc.getPartitionSpecs() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenamePartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterTableRenamePartitionDesc.getNewPartSpec() |
Map<String,String> |
AlterTableRenamePartitionDesc.getOldPartSpec() |
ReplicationSpec |
AlterTableRenamePartitionDesc.getReplicationSpec() |
String |
AlterTableRenamePartitionDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPartitionSpecDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPartitionsDesc
DDL task description for SHOW PARTITIONS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowPartitionsDesc.getFilterStr() |
int |
ShowPartitionsDesc.getLimitExplain() |
String |
ShowPartitionsDesc.getOrder() |
Map<String,String> |
ShowPartitionsDesc.getPartSpec() |
String |
ShowPartitionsDesc.getResFile() |
String |
ShowPartitionsDesc.getTabName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSnapshotRefDesc |
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableSnapshotRefDesc.getExplainOutput() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableArchiveDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnarchiveDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterTableArchiveDesc.getPartitionSpec() |
Map<String,String> |
AlterTableUnarchiveDesc.getPartitionSpec() |
String |
AlterTableArchiveDesc.getTableName() |
String |
AlterTableUnarchiveDesc.getTableName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableClusteredByDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableIntoBucketsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotClusteredDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotSortedDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AlterTableClusteredByDesc.getBucketColumns() |
int |
AlterTableClusteredByDesc.getNumberBuckets() |
int |
AlterTableIntoBucketsDesc.getNumberOfBuckets() |
List<String> |
AlterTableClusteredByDesc.getSortColumnsExplain() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableCompactDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableCompactDesc.getCompactionType() |
int |
AlterTableCompactDesc.getNumberOfBuckets() |
String |
AlterTableCompactDesc.getOrderByClause() |
Map<String,String> |
AlterTableCompactDesc.getPartitionSpec() |
String |
AlterTableCompactDesc.getPoolName() |
Map<String,String> |
AlterTableCompactDesc.getProperties() |
String |
AlterTableCompactDesc.getTableName() |
boolean |
AlterTableCompactDesc.isBlocking() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConcatenateDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AlterTableConcatenateDesc.getPartitionSpec()
For Explain only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetSerdeDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableSetSerdeDesc.getSerdeName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetFileFormatDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableSetFileFormatDesc.getInputFormat() |
String |
AlterTableSetFileFormatDesc.getOutputFormat() |
String |
AlterTableSetFileFormatDesc.getSerdeName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetLocationDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterTableSetLocationDesc.getLocation() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableNotSkewedDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSkewedLocationDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSkewedByDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AlterTableSkewedByDesc.getSkewedColumnNames() |
List<String> |
AlterTableSkewedByDesc.getSkewedColumnValuesForExplain() |
List<String> |
AlterTableSetSkewedLocationDesc.getSkewedLocationsExplain() |
boolean |
AlterTableSkewedByDesc.isStoredAsDirectories() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterViewAsDesc
DDL task description for ALTER VIEW ...
|
class |
CreateMaterializedViewDesc
DDL task description for CREATE VIEW commands.
|
class |
CreateViewDesc
DDL task description for CREATE VIEW commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateMaterializedViewDesc.getComment() |
String |
CreateViewDesc.getComment() |
List<String> |
CreateMaterializedViewDesc.getDistributeColsString() |
boolean |
CreateMaterializedViewDesc.getIfNotExists() |
boolean |
CreateViewDesc.getIfNotExists() |
List<String> |
CreateMaterializedViewDesc.getPartColsString() |
List<String> |
CreateViewDesc.getPartColsString() |
Map<String,String> |
CreateViewDesc.getProperties() |
List<String> |
CreateMaterializedViewDesc.getSchemaString() |
List<String> |
CreateMaterializedViewDesc.getSortColsString() |
Map<String,String> |
CreateMaterializedViewDesc.getTblPropsExplain() |
String |
CreateMaterializedViewDesc.getViewExpandedText() |
String |
CreateMaterializedViewDesc.getViewName() |
String |
CreateMaterializedViewDesc.getViewOriginalText() |
boolean |
CreateViewDesc.isReplace() |
boolean |
CreateMaterializedViewDesc.isRewriteEnabled() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropViewDesc
DDL task description for DROP VIEW commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropViewDesc.getTableName() |
boolean |
DropViewDesc.isIfExists() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterMaterializedViewRewriteDesc
DDL task description for the ALTER MATERIALIZED VIEW (ENABLE|DISABLE) REWRITE commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterMaterializedViewRewriteDesc.getMaterializedViewName() |
boolean |
AlterMaterializedViewRewriteDesc.isRewriteDisable()
Only for explaining.
|
boolean |
AlterMaterializedViewRewriteDesc.isRewriteEnable() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropMaterializedViewDesc
DDL task description for DROP MATERIALIZED VIEW commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropMaterializedViewDesc.getTableName() |
boolean |
DropMaterializedViewDesc.isIfExists() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowMaterializedViewsDesc
DDL task description for SHOW MATERIALIZED VIEWS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowMaterializedViewsDesc.getDbName() |
String |
ShowMaterializedViewsDesc.getPattern() |
String |
ShowMaterializedViewsDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewUpdateDesc
DDL task description of updating a materialized view.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MaterializedViewUpdateDesc.getName() |
boolean |
MaterializedViewUpdateDesc.isDisableRewrite() |
boolean |
MaterializedViewUpdateDesc.isRetrieveAndInclude() |
boolean |
MaterializedViewUpdateDesc.isUpdateCreationMetadata() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowViewsDesc
DDL task description for SHOW VIEWS commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowViewsDesc.getDbName() |
String |
ShowViewsDesc.getPattern() |
String |
ShowViewsDesc.getResFile() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMMappingDesc
DDL task description for ALTER ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterWMMappingDesc.getEntityName() |
String |
AlterWMMappingDesc.getEntityType() |
Integer |
AlterWMMappingDesc.getOrdering() |
String |
AlterWMMappingDesc.getPoolPath() |
String |
AlterWMMappingDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMMappingDesc
DDL task description for CREATE ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateWMMappingDesc.getEntityName() |
String |
CreateWMMappingDesc.getEntityType() |
Integer |
CreateWMMappingDesc.getOrdering() |
String |
CreateWMMappingDesc.getPoolPath() |
String |
CreateWMMappingDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMMappingDesc
DDL task description for DROP ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropWMMappingDesc.getEntityName() |
String |
DropWMMappingDesc.getEntityType() |
String |
DropWMMappingDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMPoolDesc
DDL task description for ALTER POOL commands.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
AlterWMPoolDesc.getAllocFraction() |
String |
AlterWMPoolDesc.getNewPath() |
String |
AlterWMPoolDesc.getPoolPath() |
Integer |
AlterWMPoolDesc.getQueryParallelism() |
String |
AlterWMPoolDesc.getResourcePlanName() |
String |
AlterWMPoolDesc.getSchedulingPolicy() |
boolean |
AlterWMPoolDesc.isRemoveSchedulingPolicy() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMPoolDesc
DDL task description for CREATE POOL commands.
|
| Modifier and Type | Method and Description |
|---|---|
double |
CreateWMPoolDesc.getAllocFraction() |
String |
CreateWMPoolDesc.getPoolPath() |
int |
CreateWMPoolDesc.getQueryParallelism() |
String |
CreateWMPoolDesc.getResourcePlanName() |
String |
CreateWMPoolDesc.getSchedulingPolicy() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMPoolDesc
DDL task description for DROP POOL commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropWMPoolDesc.getPoolPath() |
String |
DropWMPoolDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanDisableDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanDisableDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanEnableDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanEnableDesc.getResourcePlanName() |
boolean |
AlterResourcePlanEnableDesc.isActivate() |
boolean |
AlterResourcePlanEnableDesc.isEnable() |
boolean |
AlterResourcePlanEnableDesc.isReplace() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanRenameDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanRenameDesc.getNewResourcePlanName() |
String |
AlterResourcePlanRenameDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanReplaceDesc
DDL task description for REPLACE [ACTIVE] RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanReplaceDesc.getDestinationResourcePlanName() |
String |
AlterResourcePlanReplaceDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanSetDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanSetDesc.getDefaultPool() |
Integer |
AlterResourcePlanSetDesc.getQueryParallelism() |
String |
AlterResourcePlanSetDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanUnsetDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterResourcePlanUnsetDesc.getResourcePlanName() |
boolean |
AlterResourcePlanUnsetDesc.isUnsetDefaultPool() |
boolean |
AlterResourcePlanUnsetDesc.isUnsetQueryParallelism() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanValidateDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
AlterResourcePlanValidateDesc.getResFile() |
String |
AlterResourcePlanValidateDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateResourcePlanDesc
DDL task description for CREATE RESOURCE PLAN commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateResourcePlanDesc.getCopyFromName() |
boolean |
CreateResourcePlanDesc.getIfNotExists() |
Integer |
CreateResourcePlanDesc.getQueryParallelism() |
String |
CreateResourcePlanDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropResourcePlanDesc
DDL task description for DROP RESOURCE PLAN commands.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DropResourcePlanDesc.getIfExists() |
String |
DropResourcePlanDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowResourcePlanDesc
DDL task description for SHOW RESOURCE PLAN(S) commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ShowResourcePlanDesc.getResFile() |
String |
ShowResourcePlanDesc.getResourcePlanName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMTriggerDesc
DDL task description for ALTER TRIGGER commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterWMTriggerDesc.getActionExpression() |
String |
AlterWMTriggerDesc.getResourcePlanName() |
String |
AlterWMTriggerDesc.getTriggerExpression() |
String |
AlterWMTriggerDesc.getTriggerName() |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMTriggerDesc
DDL task description for CREATE TRIGGER commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CreateWMTriggerDesc.getActionExpression() |
String |
CreateWMTriggerDesc.getResourcePlanName() |
String |
CreateWMTriggerDesc.getTriggerExpression() |
String |
CreateWMTriggerDesc.getTriggerName() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMTriggerDesc
DDL task description for DROP TRIGGER commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DropWMTriggerDesc.getResourcePlanName() |
String |
DropWMTriggerDesc.getTriggerName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolAddTriggerDesc
DDL task description for ALTER POOL ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterPoolAddTriggerDesc.getPoolPathForExplain() |
String |
AlterPoolAddTriggerDesc.getResourcePlanName() |
String |
AlterPoolAddTriggerDesc.getTriggerName() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolDropTriggerDesc
DDL task description for ALTER POOL ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlterPoolDropTriggerDesc.getPoolPathForExplain() |
String |
AlterPoolDropTriggerDesc.getResourcePlanName() |
String |
AlterPoolDropTriggerDesc.getTriggerName() |
| Modifier and Type | Method and Description |
|---|---|
T |
Operator.getConf() |
| Modifier and Type | Class and Description |
|---|---|
class |
AckWork
AckWork.
|
class |
AtlasDumpWork
Atlas metadata replication work.
|
class |
AtlasLoadWork
Atlas metadata replication load work.
|
class |
DirCopyWork
DirCopyWork, mainly to be used to copy External table data.
|
class |
RangerDenyWork
RangerDenyWork.
|
class |
RangerDumpWork
RangerDumpWork.
|
class |
RangerLoadWork
RangerLoadWork.
|
class |
ReplDumpWork |
class |
ReplLoadWork |
class |
ReplStateLogWork
ReplStateLogWork
|
| Modifier and Type | Class and Description |
|---|---|
class |
MergeFileWork |
| Modifier and Type | Method and Description |
|---|---|
String |
MergeFileWork.getMergeLevel() |
String |
MergeFileWork.getSourceTableInputFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnTruncateWork |
| Modifier and Type | Method and Description |
|---|---|
Double |
SplitSample.getPercent() |
Integer |
SplitSample.getRowCount() |
int |
SplitSample.getSeedNum() |
Long |
SplitSample.getTotalLength() |
| Modifier and Type | Class and Description |
|---|---|
class |
AppMasterEventDesc |
class |
ArchiveWork
ArchiveWork.
|
class |
CollectDesc
CollectDesc.
|
class |
ColumnStatsUpdateWork
ColumnStatsUpdateWork implementation.
|
class |
CommonMergeJoinDesc |
class |
ConditionalWork
ConditionalWork.
|
class |
CopyWork
CopyWork.
|
class |
DemuxDesc
Demux operator descriptor implementation.
|
class |
DependencyCollectionWork
DependencyCollectionWork
|
class |
DummyStoreDesc
Dummy Store Desc.
|
class |
DynamicPruningEventDesc |
class |
ExportWork |
class |
FetchWork
FetchWork.
|
class |
FileSinkDesc
FileSinkDesc.
|
class |
FilterDesc
FilterDesc.
|
class |
ForwardDesc
ForwardDesc.
|
class |
GroupByDesc
GroupByDesc.
|
class |
HashTableDummyDesc
HashTable Dummy Descriptor implementation.
|
class |
HashTableSinkDesc
Map Join operator Descriptor implementation.
|
class |
JoinDesc
Join operator Descriptor implementation.
|
class |
LateralViewForwardDesc
LateralViewForwardDesc.
|
class |
LateralViewJoinDesc
LateralViewJoinDesc.
|
class |
LimitDesc
LimitDesc.
|
class |
ListSinkDesc
description for ListSinkOperator, just for explain result.
|
class |
MapJoinDesc
Map Join operator Descriptor implementation.
|
class |
MapredLocalWork
MapredLocalWork.
|
class |
MapredWork
MapredWork.
|
class |
MoveWork
MoveWork.
|
class |
MuxDesc
Mux operator descriptor implementation..
|
class |
OrcFileMergeDesc
ORC fast file merge operator descriptor.
|
class |
PartitionDesc
PartitionDesc.
|
class |
PTFDesc |
class |
RCFileMergeDesc
Descriptor for Fast file merge RC file operator.
|
class |
ReduceSinkDesc
ReduceSinkDesc.
|
class |
ReplCopyWork
Marker work for Replication - behaves similar to CopyWork, but maps to ReplCopyTask,
which will have mechanics to list the files in source to write to the destination,
instead of copying them, if specified, falling back to copying if needed.
|
class |
ReplTxnWork
ReplTxnTask.
|
class |
ScriptDesc
ScriptDesc.
|
class |
SelectDesc
SelectDesc.
|
class |
SMBJoinDesc |
class |
StatsWork
Stats Work, may include basic stats work and column stats desc
|
class |
TableScanDesc
Table Scan Descriptor Currently, data is only read from a base source as part
of map-reduce framework.
|
class |
TezWork
TezWork.
|
class |
TopNKeyDesc
TopNKeyDesc.
|
class |
UDTFDesc
All member variables should have a setters and getters of the form get<member
name> and set<member name> or else they won't be recreated properly at run
time.
|
class |
UnionDesc
unionDesc is a empty class currently.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DynamicPruningEventDesc.displayTargetColumn() |
boolean |
FetchWork.FetchExplainVectorization.enabled() |
boolean |
BaseWork.BaseExplainVectorization.enabled() |
List<String> |
MapWork.MapExplainVectorization.enabledConditionsMet() |
List<String> |
MapWork.MapExplainVectorization.enabledConditionsNotMet() |
List<String> |
FetchWork.FetchExplainVectorization.enabledConditionsNotMet() |
String |
SelectDesc.explainNoCompute() |
String |
BasicStatsWork.getAggKey() |
List<String> |
GroupByDesc.GroupByOperatorExplainVectorization.getAggregators() |
List<String> |
GroupByDesc.getAggregatorStrings() |
String |
TableScanDesc.getAlias() |
Map<String,Map<String,List<String>>> |
BucketMapJoinContext.getAliasBucketBaseFileNameMapping() |
Map<String,Map<String,List<String>>> |
BucketMapJoinContext.getAliasBucketFileNameMapping() |
LinkedHashMap<String,FetchWork> |
MapredLocalWork.getAliasToFetchWork() |
LinkedHashMap<String,Operator<? extends OperatorDesc>> |
MapredLocalWork.getAliasToWork() |
boolean |
PTFDesc.PTFOperatorExplainVectorization.getAllEvaluatorsAreStreaming() |
Set<Operator<? extends OperatorDesc>> |
MapWork.getAllRootOperators() |
AppMasterEventDesc.AppMasterEventOperatorExplainVectorization |
AppMasterEventDesc.getAppMasterEventVectorization() |
String |
TableScanDesc.getAsOfTimestamp() |
String |
TableScanDesc.getAsOfVersion() |
String |
PartitionDesc.getBaseFileName() |
List<BaseWork> |
MergeJoinWork.getBaseWorkList() |
BasicStatsNoJobWork |
StatsWork.getBasicStatsNoJobWork() |
BasicStatsWork |
StatsWork.getBasicStatsWork() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableFilterExpressions() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableKeyColumns() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableKeyExpressions() |
String |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableRetainedColumnNums() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableValueColumns() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getBigTableValueExpressions() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getBucketColumns() |
Map<String,List<BucketingSortingCtx.BucketCol>> |
MapWork.getBucketedColsByDirectory() |
Map<String,Integer> |
BucketMapJoinContext.getBucketFileNameMapping() |
boolean |
GroupByDesc.getBucketGroup() |
int |
ReduceSinkDesc.getBucketingVersionForExplain() |
int |
FileSinkDesc.getBucketingVersionForExplain() |
BucketMapJoinContext |
MapredLocalWork.getBucketMapjoinContextExplain() |
String |
OperatorExplainVectorization.getClassName() |
String |
SelectDesc.getColListString() |
List<String> |
ColumnStatsDesc.getColName() |
ColumnStatsDesc |
StatsWork.getColStats() |
List<String> |
ColumnStatsDesc.getColType() |
Map<String,String> |
JoinDesc.getColumnExprMapForExplain() |
Map<String,String> |
AbstractOperatorDesc.getColumnExprMapForExplain() |
List<String> |
TableScanDesc.getColumnNamesForExplain() |
String |
TopNKeyDesc.getColumnSortOrder() |
boolean |
FileSinkDesc.getCompressed() |
List<JoinCondDesc> |
JoinDesc.getCondsList() |
String |
TezWork.getDagId() |
String |
TableScanDesc.getDatabaseName() |
int |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getDataColumnCount() |
String |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getDataColumnNums() |
List<String> |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getDataColumns() |
String |
TableDesc.getDbName() |
String |
MapJoinDesc.getDebugKeyContext() |
String |
MapJoinDesc.getDebugOuterFilterMapString() |
String |
MapJoinDesc.getDebugValueContext() |
Map<String,List<TezWork.Dependency>> |
TezWork.getDependencyMap() |
int |
FileSinkDesc.getDestTableId() |
org.apache.hadoop.fs.Path |
FileSinkDesc.getDirName() |
String |
FileSinkDesc.getDpSortStateString() |
List<String> |
ReduceWork.ReduceExplainVectorization.getEnableConditionsMet() |
List<String> |
MergeJoinWork.MergeJoinExplainVectorization.getEnableConditionsMet() |
List<String> |
ReduceWork.ReduceExplainVectorization.getEnableConditionsNotMet() |
List<String> |
MergeJoinWork.MergeJoinExplainVectorization.getEnableConditionsNotMet() |
String |
PTFDesc.PTFOperatorExplainVectorization.getEvaluatorClasses() |
String |
MapWork.getExecutionMode() |
String |
ReduceWork.getExecutionMode() |
String |
ExprNodeDesc.getExprStringForExplain() |
FileSinkDesc.FileSinkOperatorExplainVectorization |
FileSinkDesc.getFileSinkVectorization() |
String |
TableScanDesc.getFilterExprString() |
Map<Integer,String> |
JoinDesc.getFilterMapString() |
Map<Integer,String> |
HashTableSinkDesc.getFilterMapString() |
Map<String,String> |
JoinDesc.getFiltersStringMap()
Get the string representation of filters.
|
FilterDesc.FilterOperatorExplainVectorization |
FilterDesc.getFilterVectorization() |
org.apache.hadoop.fs.Path |
CopyWork.getFromPathExplain() |
org.apache.hadoop.fs.Path[] |
CopyWork.getFromPathsExplain() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getFullOuterSmallTableKeyMapping() |
List<PTFInputDef> |
PTFDesc.getFuncDefExplain() |
String |
PTFDesc.PTFOperatorExplainVectorization.getFunctionInputExpressions() |
String |
PTFDesc.PTFOperatorExplainVectorization.getFunctionNames() |
String |
GroupByDesc.GroupByOperatorExplainVectorization.getGroupByMode() |
GroupByDesc.GroupByOperatorExplainVectorization |
GroupByDesc.getGroupByVectorization() |
boolean |
JoinDesc.getHandleSkewJoin() |
String |
TableScanDesc.getIncludedBucketExplain() |
String |
PartitionDesc.getInputFileFormatClassName() |
String |
TableDesc.getInputFileFormatClassName() |
String |
MapWork.MapExplainVectorization.getInputFormatSupport() |
String |
AppMasterEventDesc.getInputName() |
boolean |
LoadMultiFilesDesc.getIsDfsDir() |
boolean |
LoadFileDesc.getIsDfsDir() |
boolean |
FilterDesc.getIsSamplingPred() |
Map<String,String> |
TableDesc.getJobProperties() |
String |
JoinCondDesc.getJoinCondString() |
String |
ReduceSinkDesc.getKeyColString() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getKeyColumns() |
String |
MapJoinDesc.getKeyCountsExplainDesc() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getKeyExpression() |
List<String> |
TopNKeyDesc.TopNKeyDescExplainVectorization.getKeyExpressions() |
Map<Byte,String> |
MapJoinDesc.getKeyExpressionString() |
String |
PTFDesc.PTFOperatorExplainVectorization.getKeyInputColumns() |
List<String> |
GroupByDesc.GroupByOperatorExplainVectorization.getKeysExpression() |
Map<String,String> |
JoinDesc.getKeysString() |
Map<String,String> |
MapJoinDesc.getKeysString() |
Map<String,String> |
HashTableSinkDesc.getKeysString() |
String |
TopNKeyDesc.getKeyString() |
String |
GroupByDesc.getKeyString() |
int |
LimitDesc.getLimit() |
int |
FetchWork.getLimit() |
LimitDesc.LimitOperatorExplainVectorization |
LimitDesc.getLimitVectorization() |
List<Long> |
GroupByDesc.getListGroupingSets() |
String |
MapWork.getLlapIoDescString() |
String |
PTFDesc.getLlInfoExplain() |
LoadFileDesc |
MoveWork.getLoadFileWork() |
LoadMultiFilesDesc |
MoveWork.getLoadMultiFilesWork() |
LoadTableDesc |
MoveWork.getLoadTableWork() |
BaseWork |
MergeJoinWork.getMainWork() |
MapWork.MapExplainVectorization |
MapWork.getMapExplainVectorization() |
FetchWork.FetchExplainVectorization |
FetchWork.getMapExplainVectorization() |
MapJoinDesc.MapJoinOperatorExplainVectorization |
MapJoinDesc.getMapJoinVectorization() |
MapredLocalWork |
BaseWork.getMapRedLocalWork() |
MapWork |
MapredWork.getMapWork() |
String |
GroupByDesc.getMinReductionHashAggrString() |
String |
GroupByDesc.getModeString() |
String |
TezWork.getName() |
String |
TezWork.Dependency.getName() |
String |
UnionWork.getName() |
Map<String,SplitSample> |
MapWork.getNameToSplitSample() |
boolean |
OperatorExplainVectorization.getNative() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getNativeConditionsMet() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getNativeConditionsMet() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getNativeConditionsNotMet() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getNativeConditionsNotMet() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getNativeNotSupportedKeyTypes() |
String |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getNeededVirtualColumns() |
boolean |
ReduceWork.getNeedsTagging() |
String |
PTFDesc.PTFOperatorExplainVectorization.getNonKeyInputColumns() |
String |
MapJoinDesc.MapJoinOperatorExplainVectorization.getNonOuterSmallTableKeyMapping() |
String |
TopNKeyDesc.getNullOrder() |
String |
ReduceSinkDesc.getNullOrder()
Returns the null order in the key columns.
|
String |
JoinDesc.getNullSafeString() |
int |
ReduceSinkDesc.getNumBuckets() |
int |
FileSinkDesc.getNumFiles() |
Integer |
LimitDesc.getOffset()
not to print the offset if it is 0 we need to turn null.
|
Map<String,String> |
TableScanDesc.getOpPropsWithStorageHandlerProps() |
String |
ReduceSinkDesc.getOrder()
Returns the sort order of the key columns.
|
String |
PTFDesc.PTFOperatorExplainVectorization.getOrderExpressions() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getOuterSmallTableKeyMapping() |
List<String> |
JoinDesc.getOutputColumnNames() |
List<String> |
GroupByDesc.getOutputColumnNames() |
List<String> |
TableScanDesc.getOutputColumnNames() |
List<String> |
SelectDesc.getOutputColumnNames() |
String |
PTFDesc.PTFOperatorExplainVectorization.getOutputColumns() |
String |
PartitionDesc.getOutputFileFormatClassName() |
String |
TableDesc.getOutputFileFormatClassName() |
List<String> |
LateralViewJoinDesc.getOutputInternalColNames() |
List<String> |
ReduceSinkDesc.getOutputKeyColumnNamesDisplay() |
String |
ReduceSinkDesc.getOutputName() |
String |
PTFDesc.PTFOperatorExplainVectorization.getOutputTypes() |
List<String> |
ReduceSinkDesc.getOutputValueColumnNamesDisplay() |
Map<Integer,String> |
MapJoinDesc.getParentToInput() |
String |
ReduceSinkDesc.getParitionColsString() |
ArrayList<PartitionDesc> |
FetchWork.getPartDescOrderedByPartDir()
Get Partition descriptors in sorted (ascending) order of partition directory
|
int |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getPartitionColumnCount() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getPartitionColumns() |
List<String> |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getPartitionColumns() |
String |
PTFDesc.PTFOperatorExplainVectorization.getPartitionExpressions() |
String |
TopNKeyDesc.getPartitionKeyString() |
Map<String,String> |
LoadTableDesc.getPartitionSpec() |
String |
DynamicPruningEventDesc.getPartKeyString() |
LinkedHashMap<String,String> |
PartitionDesc.getPartSpec() |
Map<org.apache.hadoop.fs.Path,List<String>> |
MapWork.getPathToAliases() |
Map<org.apache.hadoop.fs.Path,PartitionDesc> |
MapWork.getPathToPartitionInfo() |
int |
MapJoinDesc.getPosBigTable() |
int |
HashTableSinkDesc.getPosBigTable() |
String |
FilterDesc.FilterOperatorExplainVectorization.getPredicateExpression() |
String |
FilterDesc.getPredicateString() |
String |
TableScanDesc.getProbeDecodeString() |
String |
GroupByDesc.GroupByOperatorExplainVectorization.getProcessingMode() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getProjectedOutputColumnNums() |
String |
GroupByDesc.GroupByOperatorExplainVectorization.getProjectedOutputColumnNums() |
String |
SelectDesc.SelectOperatorExplainVectorization.getProjectedOutputColumnNums() |
Map |
PartitionDesc.getPropertiesExplain() |
Map |
TableDesc.getPropertiesExplain() |
List<String> |
TableScanDesc.getPrunedColumnPaths() |
PTFDesc.PTFOperatorExplainVectorization |
PTFDesc.getPTFVectorization() |
String |
ReduceWork.ReduceExplainVectorization.getReduceColumnNullOrder() |
String |
ReduceWork.ReduceExplainVectorization.getReduceColumnSortOrder() |
ReduceWork.ReduceExplainVectorization |
ReduceWork.getReduceExplainVectorization() |
MergeJoinWork.MergeJoinExplainVectorization |
MergeJoinWork.getReduceExplainVectorization() |
Operator<?> |
ReduceWork.getReducer() |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization |
ReduceSinkDesc.getReduceSinkVectorization() |
ReduceWork |
MapredWork.getReduceWork() |
boolean |
LoadTableDesc.getReplace() |
String |
JoinDesc.getResidualFilterExprsString() |
Integer |
TableScanDesc.getRowLimitExplain() |
String |
FilterDesc.getSampleDescExpr() |
String |
MapWork.getSamplingTypeString() |
String |
TableScanDesc.TableScanOperatorExplainVectorization.getSchemaColumns() |
String |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization.getScratchColumnTypeNames() |
String |
ScriptDesc.getScriptCmd() |
TableDesc |
ScriptDesc.getScriptOutputInfo() |
List<String> |
SelectDesc.SelectOperatorExplainVectorization.getSelectExpressions() |
SelectDesc.SelectOperatorExplainVectorization |
SelectDesc.getSelectVectorization() |
String |
PartitionDesc.getSerdeClassName() |
String |
TableDesc.getSerdeClassName() |
List<String> |
MapJoinDesc.MapJoinOperatorExplainVectorization.getSmallTableColumns() |
MapJoinDesc.SMBJoinOperatorExplainVectorization |
MapJoinDesc.getSMBJoinVectorization() |
String |
TableScanDesc.getSnapshotRef() |
Map<String,List<BucketingSortingCtx.SortCol>> |
MapWork.getSortedColsByDirectory() |
Operator<?> |
FetchWork.getSource() |
List<org.apache.hadoop.fs.Path> |
LoadMultiFilesDesc.getSourceDirs() |
org.apache.hadoop.fs.Path |
LoadDesc.getSourcePath() |
String |
FileSinkDesc.getStaticSpec() |
Statistics |
AbstractOperatorDesc.getStatistics() |
String |
FileSinkDesc.getStatsAggPrefix()
Construct the key prefix used as (intermediate) statistics publishing
and aggregation.
|
String |
TableScanDesc.getStatsAggPrefix() |
String |
PTFDesc.PTFOperatorExplainVectorization.getStreamingColumns() |
String |
MapWork.MapExplainVectorization.getSupportRemovedReasons() |
TableDesc |
LoadTableDesc.getTable() |
TableDesc |
PartitionDesc.getTableDesc() |
TableDesc |
FileSinkDesc.getTableInfo() |
String |
PartitionDesc.getTableName() |
String |
TableDesc.getTableName() |
String |
TableScanDesc.getTableName() |
String |
ColumnStatsDesc.getTableName() |
TableScanDesc.TableScanOperatorExplainVectorization |
TableScanDesc.getTableScanVectorization() |
int |
ReduceSinkDesc.getTag() |
int |
BaseWork.getTag() |
Map<Integer,String> |
ReduceWork.getTagToInput() |
org.apache.hadoop.fs.Path |
LoadFileDesc.getTargetDir() |
List<org.apache.hadoop.fs.Path> |
LoadMultiFilesDesc.getTargetDirs() |
String |
TableScanDesc.getTbl() |
org.apache.hadoop.fs.Path |
CopyWork.getToPathExplain() |
org.apache.hadoop.fs.Path[] |
CopyWork.getToPathsExplain() |
int |
TopNKeyDesc.getTopN() |
Integer |
ReduceSinkDesc.getTopNExplain() |
TopNKeyDesc.TopNKeyDescExplainVectorization |
TopNKeyDesc.getTopNKeyVectorization() |
Float |
ReduceSinkDesc.getTopNMemoryUsageExplain() |
int |
FileSinkDesc.getTotalFiles() |
Map<String,List<String>> |
MapWork.getTruncatedPathToAliases()
This is used to display and verify output of "Path -> Alias" in test framework.
|
String |
TezWork.Dependency.getType() |
String |
UDTFDesc.getUDTFName() |
Map<Byte,String> |
JoinDesc.getUserLevelExplainKeysString() |
Map<Byte,String> |
MapJoinDesc.getUserLevelExplainKeysString() |
Map<Byte,String> |
HashTableSinkDesc.getUserLevelExplainKeysString() |
String |
TopNKeyDesc.getUserLevelExplainKeyString() |
String |
GroupByDesc.getUserLevelExplainKeyString() |
List<String> |
JoinDesc.getUserLevelExplainOutputColumnNames() |
List<String> |
GroupByDesc.getUserLevelExplainOutputColumnNames() |
List<String> |
SelectDesc.getUserLevelExplainOutputColumnNames() |
List<String> |
LateralViewJoinDesc.getUserLevelExplainOutputInternalColNames() |
String |
ReduceSinkDesc.getUserLevelExplainParitionColsString() |
String |
TopNKeyDesc.getUserLevelExplainPartitionKeyString() |
String |
FilterDesc.getUserLevelExplainPredicateString() |
String |
JoinCondDesc.getUserLevelJoinCondString() |
String |
AbstractOperatorDesc.getUserLevelStatistics() |
String |
ReduceSinkDesc.getValueColsString() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getValueColumns() |
List<String> |
ReduceSinkDesc.ReduceSinkOperatorExplainVectorization.getValueExpression() |
String |
MapWork.MapExplainVectorization.getVectorizationSupportInUse() |
List<String> |
GroupByDesc.GroupByOperatorExplainVectorization.getVectorOutputConditionsNotMet() |
String |
TableScanDesc.getVersionIntervalFrom() |
String |
AppMasterEventDesc.getVertexName() |
Map<String,BaseWork> |
TezWork.getWorkMap()
getWorkMap returns a map of "vertex name" to BaseWork
|
String |
FileSinkDesc.getWriteTypeString() |
String |
LoadDesc.getWriteTypeString() |
String |
MapJoinDesc.MapJoinOperatorExplainVectorization.hashTableImplementationType() |
Set<String> |
MapWork.MapExplainVectorization.inputFileFormats() |
boolean |
ReduceSinkDesc.isAutoParallel() |
boolean |
MapJoinDesc.isBucketMapJoin() |
boolean |
FetchWork.isCachedResult() |
boolean |
MapJoinDesc.isDynamicPartitionHashJoin() |
boolean |
FileSinkDesc.isGatherStats() |
boolean |
TableScanDesc.isGatherStats() |
boolean |
MapJoinDesc.isHybridHashJoin() |
boolean |
PTFDesc.isMapSide() |
Boolean |
LoadTableDesc.isMmTableExplain() |
boolean |
FileSinkDesc.isMultiFileSpray() |
String |
UDTFDesc.isOuterLateralView() |
boolean |
ReduceSinkDesc.isQuickStart() |
boolean |
ColumnStatsDesc.isTblLevel() |
boolean |
TableScanDesc.isTemporary() |
Boolean |
BaseWork.BaseExplainVectorization.nativeVectorized() |
String |
BaseWork.BaseExplainVectorization.notVectorizedReason() |
boolean |
GroupByDesc.pruneGroupingSetId() |
String |
Statistics.toString() |
String |
Statistics.toUserLevelExplainString() |
Boolean |
BaseWork.BaseExplainVectorization.usesVectorUDFAdaptor() |
Boolean |
BaseWork.BaseExplainVectorization.vectorized() |
BaseWork.BaseExplainVectorization.RowBatchContextExplainVectorization |
BaseWork.BaseExplainVectorization.vectorizedRowBatchContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionedTableFunctionDef |
class |
PTFQueryInputDef |
class |
WindowFunctionDef |
class |
WindowTableFunctionDef |
| Modifier and Type | Method and Description |
|---|---|
String |
PTFInputDef.getAlias() |
String |
WindowExpressionDef.getAlias() |
String |
WindowFunctionDef.getArgsExplain() |
String |
PartitionedTableFunctionDef.getArgsExplain() |
String |
PTFQueryInputDef.getDestination() |
String |
PTFExpressionDef.getExprNodeExplain() |
String |
WindowFunctionDef.getName() |
String |
PartitionedTableFunctionDef.getName() |
String |
PartitionedTableFunctionDef.getOrderExplain() |
String |
PTFInputDef.getOutputShapeExplain() |
String |
PartitionedTableFunctionDef.getPartitionExplain() |
ShapeDetails |
PartitionedTableFunctionDef.getRawInputShapeExplain() |
List<String> |
PartitionedTableFunctionDef.getReferencedColumns() |
String |
PTFQueryInputDef.getTypeExplain() |
String |
WindowFunctionDef.getWFnEvalExplain() |
String |
WindowFunctionDef.getWindowFrameExplain() |
List<WindowFunctionDef> |
WindowTableFunctionDef.getWindowFunctions() |
boolean |
WindowFunctionDef.isDistinct() |
boolean |
WindowFunctionDef.isPivotResult() |
boolean |
WindowFunctionDef.isStar() |
boolean |
PartitionedTableFunctionDef.isTransformsRawInput() |
| Modifier and Type | Method and Description |
|---|---|
PrivilegeType |
Privilege.getPriv() |
String |
PrivilegeType.toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.