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 |
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)
throws SemanticException
SemanticExceptionpublic void setSerde(String serde)
public String getInputFormat()
public String getOutputFormat()
public String getStorageHandler()
public String getSerde()
Copyright © 2017 The Apache Software Foundation. All rights reserved.