public class AlterTableConcatenateDesc extends AbstractAlterTableDesc implements DDLDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AlterTableConcatenateDesc(TableName tableName,
Map<String,String> partitionSpec,
ListBucketingCtx lbCtx,
org.apache.hadoop.fs.Path inputDir,
org.apache.hadoop.fs.Path outputDir,
Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormatClass,
TableDesc tableDesc) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getInputDir() |
Class<? extends org.apache.hadoop.mapred.InputFormat> |
getInputFormatClass() |
ListBucketingCtx |
getLbCtx() |
org.apache.hadoop.fs.Path |
getOutputDir() |
Map<String,String> |
getPartitionSpec()
For Explain only.
|
TableDesc |
getTableDesc() |
expectView, getDbTableName, getEnvironmentContext, getFullTableName, getProps, getReplicationSpec, getType, getWriteId, isCascade, setWriteIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmayNeedWriteIdpublic AlterTableConcatenateDesc(TableName tableName, Map<String,String> partitionSpec, ListBucketingCtx lbCtx, org.apache.hadoop.fs.Path inputDir, org.apache.hadoop.fs.Path outputDir, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormatClass, TableDesc tableDesc) throws SemanticException
SemanticExceptionpublic Map<String,String> getPartitionSpec()
getPartitionSpec in class AbstractAlterTableDescpublic ListBucketingCtx getLbCtx()
public org.apache.hadoop.fs.Path getInputDir()
public org.apache.hadoop.fs.Path getOutputDir()
public Class<? extends org.apache.hadoop.mapred.InputFormat> getInputFormatClass()
public TableDesc getTableDesc()
Copyright © 2024 The Apache Software Foundation. All rights reserved.