Uses of Enum
org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
Packages that use SqlTableLike.MergingStrategy
-
Uses of SqlTableLike.MergingStrategy in org.apache.flink.sql.parser.ddl
Methods in org.apache.flink.sql.parser.ddl that return SqlTableLike.MergingStrategyModifier and TypeMethodDescriptionSqlTableLike.SqlTableLikeOption.getMergingStrategy()static SqlTableLike.MergingStrategyReturns the enum constant of this type with the specified name.static SqlTableLike.MergingStrategy[]SqlTableLike.MergingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.sql.parser.ddl with parameters of type SqlTableLike.MergingStrategyModifierConstructorDescriptionSqlTableLikeOption(SqlTableLike.MergingStrategy mergingStrategy, SqlTableLike.FeatureOption featureOption)