public class HiveParserCreateViewInfo extends Object implements Serializable
Constructor and Description |
---|
HiveParserCreateViewInfo(String compoundName,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> schema,
HiveParserASTNode query) |
Modifier and Type | Method and Description |
---|---|
String |
getCompoundName() |
String |
getExpandedText() |
String |
getOriginalText() |
HiveParserASTNode |
getQuery() |
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
getSchema() |
boolean |
isMaterialized() |
void |
setExpandedText(String expandedText) |
void |
setOriginalText(String originalText) |
void |
setSchema(List<org.apache.hadoop.hive.metastore.api.FieldSchema> schema) |
public HiveParserCreateViewInfo(String compoundName, List<org.apache.hadoop.hive.metastore.api.FieldSchema> schema, HiveParserASTNode query)
public String getCompoundName()
public List<org.apache.hadoop.hive.metastore.api.FieldSchema> getSchema()
public void setSchema(List<org.apache.hadoop.hive.metastore.api.FieldSchema> schema)
public String getOriginalText()
public void setOriginalText(String originalText)
public String getExpandedText()
public void setExpandedText(String expandedText)
public HiveParserASTNode getQuery()
public boolean isMaterialized()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.