org.apache.hadoop.hive.ql.plan
Class CreateTableLikeDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
- All Implemented Interfaces:
- Serializable
public class CreateTableLikeDesc
- extends DDLDesc
- implements Serializable
CreateTableLikeDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTableLikeDesc
public CreateTableLikeDesc()
CreateTableLikeDesc
public CreateTableLikeDesc(String tableName,
boolean isExternal,
String defaultInputFormat,
String defaultOutputFormat,
String location,
String defaultSerName,
Map<String,String> defaultSerdeProps,
boolean ifNotExists,
String likeTableName)
getIfNotExists
public boolean getIfNotExists()
setIfNotExists
public void setIfNotExists(boolean ifNotExists)
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
getDefaultInputFormat
public String getDefaultInputFormat()
setInputFormat
public void setInputFormat(String inputFormat)
getDefaultOutputFormat
public String getDefaultOutputFormat()
setOutputFormat
public void setOutputFormat(String outputFormat)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
isExternal
public boolean isExternal()
setExternal
public void setExternal(boolean isExternal)
getDefaultSerName
public String getDefaultSerName()
- Returns:
- the default serDeName
setDefaultSerName
public void setDefaultSerName(String serName)
- Parameters:
serName
- the serName to set
getDefaultSerdeProps
public Map<String,String> getDefaultSerdeProps()
- Returns:
- the default serDe properties
setDefaultSerdeProps
public void setDefaultSerdeProps(Map<String,String> serdeProps)
- Parameters:
serdeProps
- the default serde properties to set
getLikeTableName
public String getLikeTableName()
setLikeTableName
public void setLikeTableName(String likeTableName)
Copyright © 2013 The Apache Software Foundation