org.apache.hadoop.hive.ql.plan
Class CreateViewDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.CreateViewDesc
- All Implemented Interfaces:
- Serializable
public class CreateViewDesc
- extends DDLDesc
- implements Serializable
CreateViewDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateViewDesc
public CreateViewDesc()
- For serialization only.
CreateViewDesc
public CreateViewDesc(String viewName,
List<FieldSchema> schema,
String comment,
Map<String,String> tblProps,
List<String> partColNames,
boolean ifNotExists,
boolean orReplace)
getViewName
public String getViewName()
setViewName
public void setViewName(String viewName)
getViewOriginalText
public String getViewOriginalText()
setViewOriginalText
public void setViewOriginalText(String originalText)
getViewExpandedText
public String getViewExpandedText()
setViewExpandedText
public void setViewExpandedText(String expandedText)
getSchemaString
public List<String> getSchemaString()
getSchema
public List<FieldSchema> getSchema()
setSchema
public void setSchema(List<FieldSchema> schema)
getPartColsString
public List<String> getPartColsString()
getPartCols
public List<FieldSchema> getPartCols()
setPartCols
public void setPartCols(List<FieldSchema> partCols)
getPartColNames
public List<String> getPartColNames()
setPartColNames
public void setPartColNames(List<String> partColNames)
getComment
public String getComment()
setComment
public void setComment(String comment)
setTblProps
public void setTblProps(Map<String,String> tblProps)
getTblProps
public Map<String,String> getTblProps()
getIfNotExists
public boolean getIfNotExists()
setIfNotExists
public void setIfNotExists(boolean ifNotExists)
getOrReplace
public boolean getOrReplace()
setOrReplace
public void setOrReplace(boolean orReplace)
Copyright © 2013 The Apache Software Foundation