Uses of Class
org.apache.storm.sql.parser.ColumnConstraint
Packages that use ColumnConstraint
-
Uses of ColumnConstraint in org.apache.storm.sql.compiler
Methods in org.apache.storm.sql.compiler with parameters of type ColumnConstraintModifier 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
Subclasses of ColumnConstraint in org.apache.storm.sql.parserMethods in org.apache.storm.sql.parser that return ColumnConstraintConstructors in org.apache.storm.sql.parser with parameters of type ColumnConstraintModifierConstructorDescriptionColumnDefinition
(org.apache.calcite.sql.SqlIdentifier name, org.apache.calcite.sql.SqlDataTypeSpec type, ColumnConstraint constraint, org.apache.calcite.sql.parser.SqlParserPos pos)