public static class HiveParserBaseSemanticAnalyzer.HiveParserRowFormatParams extends Object
Constructor and Description |
---|
HiveParserRowFormatParams() |
Modifier and Type | Method and Description |
---|---|
void |
analyzeRowFormat(HiveParserASTNode child) |
void |
analyzeSerdeProps(HiveParserASTNode child) |
String |
getCollItemDelim() |
String |
getFieldDelim() |
String |
getFieldEscape() |
String |
getLineDelim() |
String |
getMapKeyDelim() |
String |
getNullFormat() |
public String getFieldDelim()
public String getFieldEscape()
public String getCollItemDelim()
public String getMapKeyDelim()
public String getLineDelim()
public String getNullFormat()
public void analyzeRowFormat(HiveParserASTNode child) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public void analyzeSerdeProps(HiveParserASTNode child) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.