public class CreateViewDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
CreateViewDesc()
For serialization only.
|
CreateViewDesc(String viewName,
List<FieldSchema> schema,
String comment,
Map<String,String> tblProps,
List<String> partColNames,
boolean ifNotExists,
boolean orReplace,
boolean isAlterViewAs) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
boolean |
getIfNotExists() |
boolean |
getIsAlterViewAs() |
boolean |
getOrReplace() |
List<String> |
getPartColNames() |
List<FieldSchema> |
getPartCols() |
List<String> |
getPartColsString() |
List<FieldSchema> |
getSchema() |
List<String> |
getSchemaString() |
Map<String,String> |
getTblProps() |
String |
getViewExpandedText() |
String |
getViewName() |
String |
getViewOriginalText() |
void |
setComment(String comment) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setIsAlterViewAs(boolean isAlterViewAs) |
void |
setOrReplace(boolean orReplace) |
void |
setPartColNames(List<String> partColNames) |
void |
setPartCols(List<FieldSchema> partCols) |
void |
setSchema(List<FieldSchema> schema) |
void |
setTblProps(Map<String,String> tblProps) |
void |
setViewExpandedText(String expandedText) |
void |
setViewName(String viewName) |
void |
setViewOriginalText(String originalText) |
public String getViewName()
public void setViewName(String viewName)
public String getViewOriginalText()
public void setViewOriginalText(String originalText)
public String getViewExpandedText()
public void setViewExpandedText(String expandedText)
public List<FieldSchema> getSchema()
public void setSchema(List<FieldSchema> schema)
public List<FieldSchema> getPartCols()
public void setPartCols(List<FieldSchema> partCols)
public String getComment()
public void setComment(String comment)
public boolean getIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public boolean getOrReplace()
public void setOrReplace(boolean orReplace)
public boolean getIsAlterViewAs()
public void setIsAlterViewAs(boolean isAlterViewAs)
Copyright © 2017 The Apache Software Foundation. All rights reserved.