Uses of Class
org.apache.flink.sql.parser.ddl.SqlDistribution
-
Packages that use SqlDistribution Package Description org.apache.flink.sql.parser Flink sql parser.org.apache.flink.sql.parser.ddl org.apache.flink.sql.parser.ddl.materializedtable org.apache.flink.sql.parser.ddl.table org.apache.flink.sql.parser.impl -
-
Uses of SqlDistribution in org.apache.flink.sql.parser
Methods in org.apache.flink.sql.parser with parameters of type SqlDistribution Modifier and Type Method Description static voidSqlUnparseUtils. unparseDistribution(SqlDistribution distribution, org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec) -
Uses of SqlDistribution in org.apache.flink.sql.parser.ddl
Constructors in org.apache.flink.sql.parser.ddl with parameters of type SqlDistribution Constructor Description SqlReplaceTableAs(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList propertyList, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, org.apache.calcite.sql.SqlNode asQuery, boolean isTemporary, boolean ifNotExists, boolean isCreateOrReplace) -
Uses of SqlDistribution in org.apache.flink.sql.parser.ddl.materializedtable
Fields in org.apache.flink.sql.parser.ddl.materializedtable declared as SqlDistribution Modifier and Type Field Description protected SqlDistributionSqlAlterMaterializedTableDistribution. distributionMethods in org.apache.flink.sql.parser.ddl.materializedtable that return SqlDistribution Modifier and Type Method Description SqlDistributionSqlCreateMaterializedTable. getDistribution()Methods in org.apache.flink.sql.parser.ddl.materializedtable that return types with arguments of type SqlDistribution Modifier and Type Method Description Optional<SqlDistribution>SqlAlterMaterializedTableDistribution. getDistribution()Constructors in org.apache.flink.sql.parser.ddl.materializedtable with parameters of type SqlDistribution Constructor Description SqlAlterMaterializedTableAddDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlAlterMaterializedTableDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlAlterMaterializedTableModifyDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlCreateMaterializedTable(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, org.apache.calcite.sql.SqlNodeList propertyList, org.apache.calcite.sql.SqlIntervalLiteral freshness, SqlRefreshMode refreshMode, SqlStartMode startMode, org.apache.calcite.sql.SqlNode asQuery)SqlCreateOrAlterMaterializedTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, org.apache.calcite.sql.SqlNodeList propertyList, org.apache.calcite.sql.SqlIntervalLiteral freshness, SqlRefreshMode refreshMode, SqlStartMode startMode, org.apache.calcite.sql.SqlNode asQuery, boolean isOrAlter) -
Uses of SqlDistribution in org.apache.flink.sql.parser.ddl.table
Methods in org.apache.flink.sql.parser.ddl.table that return SqlDistribution Modifier and Type Method Description SqlDistributionSqlAlterTableDistribution. getDistribution()SqlDistributionSqlCreateTable. getDistribution()Constructors in org.apache.flink.sql.parser.ddl.table with parameters of type SqlDistribution Constructor Description SqlAlterTableAddDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlAlterTableDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlAlterTableModifyDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)SqlCreateTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList propertyList, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, boolean isTemporary, boolean ifNotExists)SqlCreateTable(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList propertyList, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, boolean isTemporary, boolean ifNotExists, boolean replace)SqlCreateTableAs(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList propertyList, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, org.apache.calcite.sql.SqlNode asQuery, boolean isTemporary, boolean ifNotExists)SqlCreateTableLike(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList propertyList, SqlDistribution distribution, org.apache.calcite.sql.SqlNodeList partitionKeyList, SqlWatermark watermark, org.apache.calcite.sql.SqlCharStringLiteral comment, SqlTableLike tableLike, boolean isTemporary, boolean ifNotExists) -
Uses of SqlDistribution in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl that return SqlDistribution Modifier and Type Method Description SqlDistributionFlinkSqlParserImpl. SqlDistribution(org.apache.calcite.sql.parser.SqlParserPos startPos)
-