Package | Description |
---|---|
org.apache.storm.sql.compiler | |
org.apache.storm.sql.parser |
Modifier and Type | Method and Description |
---|---|
CompilerUtil.TableBuilderInfo |
CompilerUtil.TableBuilderInfo.field(String name,
org.apache.calcite.rel.type.RelDataType type,
ColumnConstraint constraint) |
CompilerUtil.TableBuilderInfo |
CompilerUtil.TableBuilderInfo.field(String name,
org.apache.calcite.sql.SqlDataTypeSpec type,
ColumnConstraint constraint) |
CompilerUtil.TableBuilderInfo |
CompilerUtil.TableBuilderInfo.field(String name,
org.apache.calcite.sql.type.SqlTypeName type,
ColumnConstraint constraint) |
Modifier and Type | Class and Description |
---|---|
static class |
ColumnConstraint.PrimaryKey |
Modifier and Type | Method and Description |
---|---|
ColumnConstraint |
ColumnDefinition.constraint() |
Constructor and Description |
---|
ColumnDefinition(org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlDataTypeSpec type,
ColumnConstraint constraint,
org.apache.calcite.sql.parser.SqlParserPos pos) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.