org.apache.hadoop.hive.ql.plan
Class LoadFileDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.LoadDesc
org.apache.hadoop.hive.ql.plan.LoadFileDesc
- All Implemented Interfaces:
- Serializable
public class LoadFileDesc
- extends LoadDesc
- implements Serializable
LoadFileDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadFileDesc
public LoadFileDesc()
LoadFileDesc
public LoadFileDesc(CreateTableDesc createTableDesc,
String sourceDir,
String targetDir,
boolean isDfsDir,
String columns,
String columnTypes)
LoadFileDesc
public LoadFileDesc(String sourceDir,
String targetDir,
boolean isDfsDir,
String columns,
String columnTypes)
getTargetDir
public String getTargetDir()
setTargetDir
public void setTargetDir(String targetDir)
getIsDfsDir
public boolean getIsDfsDir()
setIsDfsDir
public void setIsDfsDir(boolean isDfsDir)
getColumns
public String getColumns()
- Returns:
- the columns
setColumns
public void setColumns(String columns)
- Parameters:
columns
- the columns to set
getColumnTypes
public String getColumnTypes()
- Returns:
- the columnTypes
setColumnTypes
public void setColumnTypes(String columnTypes)
- Parameters:
columnTypes
- the columnTypes to set
getDestinationCreateTable
public String getDestinationCreateTable()
- Returns:
- the destinationCreateTable
Copyright © 2013 The Apache Software Foundation