public static class HiveParserBaseSemanticAnalyzer.SerDeClassProps extends Object implements Serializable
Constructor and Description |
---|
SerDeClassProps(String serdeClassName,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
static HiveParserBaseSemanticAnalyzer.SerDeClassProps |
analyzeSerDeInfo(HiveParserASTNode astNode,
String cols,
String colTypes,
boolean defaultCols) |
static Map<String,String> |
getDefaultSerDeProps(String serdeClass,
String separatorCode,
String columns,
String columnTypes,
boolean lastColumnTakesRestOfTheLine,
boolean useDelimitedJSON) |
Map<String,String> |
getProperties() |
String |
getSerdeClassName() |
public String getSerdeClassName()
public static HiveParserBaseSemanticAnalyzer.SerDeClassProps analyzeSerDeInfo(HiveParserASTNode astNode, String cols, String colTypes, boolean defaultCols) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.