Uses of Class
org.apache.flink.sql.parser.ddl.SqlTableLike
Packages that use SqlTableLike
-
Uses of SqlTableLike in org.apache.flink.sql.parser.ddl
Methods in org.apache.flink.sql.parser.ddl that return SqlTableLikeConstructors in org.apache.flink.sql.parser.ddl with parameters of type SqlTableLikeModifierConstructorDescriptionSqlCreateTableLike(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 SqlTableLike in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl that return SqlTableLikeModifier and TypeMethodDescriptionfinal SqlTableLikeFlinkSqlParserImpl.SqlTableLike(org.apache.calcite.sql.parser.SqlParserPos startPos)