public class HiveParserStorageFormat extends Object
Constructor and Description |
---|
HiveParserStorageFormat(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
fillDefaultStorageFormat(boolean isExternal,
boolean isMaterializedView) |
boolean |
fillStorageFormat(HiveParserASTNode child)
Returns true if the passed token was a storage format token and thus was processed
accordingly.
|
String |
getGenericName() |
String |
getInputFormat() |
String |
getOutputFormat() |
String |
getSerde() |
Map<String,String> |
getSerdeProps() |
String |
getStorageHandler() |
protected void |
processStorageFormat(String name) |
void |
setSerde(String serde) |
public HiveParserStorageFormat(org.apache.hadoop.conf.Configuration conf)
public boolean fillStorageFormat(HiveParserASTNode child) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
protected void processStorageFormat(String name) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public void fillDefaultStorageFormat(boolean isExternal, boolean isMaterializedView) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public void setSerde(String serde)
public String getInputFormat()
public String getOutputFormat()
public String getStorageHandler()
public String getSerde()
public String getGenericName()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.