public static class SqlCreateHiveTable.HiveTableCreationContext extends SqlCreateTable.TableCreationContext
Modifier and Type | Field and Description |
---|---|
List<org.apache.calcite.sql.SqlIdentifier> |
notNullCols |
List<SqlHiveConstraintTrait> |
notNullTraits |
SqlHiveConstraintTrait |
pkTrait |
columnList, constraints, watermark
Constructor and Description |
---|
HiveTableCreationContext() |
public SqlHiveConstraintTrait pkTrait
public List<SqlHiveConstraintTrait> notNullTraits
public List<org.apache.calcite.sql.SqlIdentifier> notNullCols
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.