public class StorageFormat extends Object
| Constructor and Description |
|---|
StorageFormat(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillDefaultStorageFormat(boolean isExternal,
boolean isMaterializedView) |
boolean |
fillStorageFormat(ASTNode child)
Returns true if the passed token was a storage format token
and thus was processed accordingly.
|
String |
getInputFormat() |
String |
getOutputFormat() |
String |
getSerde() |
Map<String,String> |
getSerdeProps() |
String |
getStorageHandler() |
protected void |
processStorageFormat(String name) |
void |
setSerde(String serde) |
public boolean fillStorageFormat(ASTNode child) throws SemanticException
SemanticExceptionprotected void processStorageFormat(String name) throws SemanticException
SemanticExceptionprotected void fillDefaultStorageFormat(boolean isExternal,
boolean isMaterializedView)
throws SemanticException
SemanticExceptionpublic void setSerde(String serde)
public String getInputFormat()
public String getOutputFormat()
public String getStorageHandler()
public String getSerde()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.