Uses of Class
org.apache.storm.sql.parser.ColumnConstraint
-
Uses of ColumnConstraint in org.apache.storm.sql.compiler
Modifier and TypeMethodDescriptionCompilerUtil.TableBuilderInfo.field
(String name, org.apache.calcite.rel.type.RelDataType type, ColumnConstraint constraint) CompilerUtil.TableBuilderInfo.field
(String name, org.apache.calcite.sql.SqlDataTypeSpec type, ColumnConstraint constraint) CompilerUtil.TableBuilderInfo.field
(String name, org.apache.calcite.sql.type.SqlTypeName type, ColumnConstraint constraint) -
Uses of ColumnConstraint in org.apache.storm.sql.parser
ModifierConstructorDescriptionColumnDefinition
(org.apache.calcite.sql.SqlIdentifier name, org.apache.calcite.sql.SqlDataTypeSpec type, ColumnConstraint constraint, org.apache.calcite.sql.parser.SqlParserPos pos)