public static class SqlCreateHiveTable.HiveTableRowFormat extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_DELIM |
static String |
SERDE_INFO_PROP_PREFIX |
static String |
SERDE_LIB_CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlNodeList |
toPropList() |
static SqlCreateHiveTable.HiveTableRowFormat |
withDelimited(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlCharStringLiteral fieldsTerminator,
org.apache.calcite.sql.SqlCharStringLiteral escape,
org.apache.calcite.sql.SqlCharStringLiteral collectionTerminator,
org.apache.calcite.sql.SqlCharStringLiteral mapKeyTerminator,
org.apache.calcite.sql.SqlCharStringLiteral linesTerminator,
org.apache.calcite.sql.SqlCharStringLiteral nullAs) |
static SqlCreateHiveTable.HiveTableRowFormat |
withSerDe(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlCharStringLiteral serdeClass,
org.apache.calcite.sql.SqlNodeList serdeProps) |
public static final String SERDE_LIB_CLASS_NAME
public static final String SERDE_INFO_PROP_PREFIX
public static final String COLLECTION_DELIM
public org.apache.calcite.sql.SqlNodeList toPropList()
public static SqlCreateHiveTable.HiveTableRowFormat withDelimited(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlCharStringLiteral fieldsTerminator, org.apache.calcite.sql.SqlCharStringLiteral escape, org.apache.calcite.sql.SqlCharStringLiteral collectionTerminator, org.apache.calcite.sql.SqlCharStringLiteral mapKeyTerminator, org.apache.calcite.sql.SqlCharStringLiteral linesTerminator, org.apache.calcite.sql.SqlCharStringLiteral nullAs) throws ParseException
ParseException
public static SqlCreateHiveTable.HiveTableRowFormat withSerDe(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlCharStringLiteral serdeClass, org.apache.calcite.sql.SqlNodeList serdeProps) throws ParseException
ParseException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.