Uses of Class
org.apache.storm.sql.compiler.CompilerUtil.TableBuilderInfo
-
Uses of CompilerUtil.TableBuilderInfo 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) CompilerUtil.TableBuilderInfo.parallelismHint
(int parallelismHint) CompilerUtil.TableBuilderInfo.statistics
(org.apache.calcite.schema.Statistic stats)