public class LoadFileDesc extends LoadDesc implements Serializable
| Constructor and Description |
|---|
LoadFileDesc(CreateTableDesc createTableDesc,
CreateMaterializedViewDesc createViewDesc,
org.apache.hadoop.fs.Path sourcePath,
org.apache.hadoop.fs.Path targetDir,
boolean isDfsDir,
String columns,
String columnTypes,
AcidUtils.Operation writeType,
boolean isMmCtas) |
LoadFileDesc(LoadFileDesc o) |
LoadFileDesc(org.apache.hadoop.fs.Path sourcePath,
org.apache.hadoop.fs.Path targetDir,
boolean isDfsDir,
String columns,
String columnTypes,
boolean isMmCtas) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumns() |
String |
getColumnTypes() |
CreateMaterializedViewDesc |
getCreateViewDesc() |
CreateTableDesc |
getCtasCreateTableDesc() |
boolean |
getIsDfsDir() |
String |
getMoveTaskId() |
org.apache.hadoop.fs.Path |
getTargetDir() |
boolean |
isMmCtas() |
void |
setColumns(String columns) |
void |
setColumnTypes(String columnTypes) |
void |
setIsDfsDir(boolean isDfsDir) |
void |
setMoveTaskId(String moveTaskId) |
void |
setTargetDir(org.apache.hadoop.fs.Path targetDir) |
getSourcePath, getWriteType, getWriteTypeString, setSourcePathpublic LoadFileDesc(LoadFileDesc o)
public LoadFileDesc(CreateTableDesc createTableDesc, CreateMaterializedViewDesc createViewDesc, org.apache.hadoop.fs.Path sourcePath, org.apache.hadoop.fs.Path targetDir, boolean isDfsDir, String columns, String columnTypes, AcidUtils.Operation writeType, boolean isMmCtas)
public org.apache.hadoop.fs.Path getTargetDir()
public void setTargetDir(org.apache.hadoop.fs.Path targetDir)
public boolean getIsDfsDir()
public void setIsDfsDir(boolean isDfsDir)
public String getColumns()
public void setColumns(String columns)
columns - the columns to setpublic String getColumnTypes()
public void setColumnTypes(String columnTypes)
columnTypes - the columnTypes to setpublic CreateTableDesc getCtasCreateTableDesc()
public CreateMaterializedViewDesc getCreateViewDesc()
public boolean isMmCtas()
public String getMoveTaskId()
public void setMoveTaskId(String moveTaskId)
Copyright © 2024 The Apache Software Foundation. All rights reserved.