public static class SqlCreateHiveTable.HiveTableCreationContext
extends org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
| 限定符和类型 | 字段和说明 |
|---|---|
List<org.apache.calcite.sql.SqlIdentifier> |
notNullCols |
List<SqlHiveConstraintTrait> |
notNullTraits |
SqlHiveConstraintTrait |
pkTrait |
| 构造器和说明 |
|---|
HiveTableCreationContext() |
public SqlHiveConstraintTrait pkTrait
public List<SqlHiveConstraintTrait> notNullTraits
public List<org.apache.calcite.sql.SqlIdentifier> notNullCols
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.