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,
boolean ifNotExists)
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)
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)
Copyright © 2011 The Apache Software Foundation