public static class SqlCreateHiveTable.HiveTableStoredAs extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
STORED_AS_FILE_FORMAT |
static String |
STORED_AS_INPUT_FORMAT |
static String |
STORED_AS_OUTPUT_FORMAT |
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlCreateHiveTable.HiveTableStoredAs |
ofFileFormat(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier fileFormat) |
static SqlCreateHiveTable.HiveTableStoredAs |
ofInputOutputFormat(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlCharStringLiteral intputFormat,
org.apache.calcite.sql.SqlCharStringLiteral outputFormat) |
org.apache.calcite.sql.SqlNodeList |
toPropList() |
public org.apache.calcite.sql.SqlNodeList toPropList()
public static SqlCreateHiveTable.HiveTableStoredAs ofFileFormat(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier fileFormat) throws ParseException
ParseExceptionpublic static SqlCreateHiveTable.HiveTableStoredAs ofInputOutputFormat(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlCharStringLiteral intputFormat, org.apache.calcite.sql.SqlCharStringLiteral outputFormat) throws ParseException
ParseExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.