public static class SqlCreateTable.TableCreationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
List<org.apache.calcite.sql.SqlNode> |
columnList |
List<SqlTableConstraint> |
constraints |
SqlWatermark |
watermark |
| Constructor and Description |
|---|
TableCreationContext() |
public List<org.apache.calcite.sql.SqlNode> columnList
public List<SqlTableConstraint> constraints
@Nullable public SqlWatermark watermark
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.