Uses of Enum
org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
Packages that use SqlTableLike.FeatureOption
-
Uses of SqlTableLike.FeatureOption in org.apache.flink.sql.parser.ddl
Methods in org.apache.flink.sql.parser.ddl that return SqlTableLike.FeatureOptionModifier and TypeMethodDescriptionSqlTableLike.SqlTableLikeOption.getFeatureOption()static SqlTableLike.FeatureOptionReturns the enum constant of this type with the specified name.static SqlTableLike.FeatureOption[]SqlTableLike.FeatureOption.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.FeatureOptionModifierConstructorDescriptionSqlTableLikeOption(SqlTableLike.MergingStrategy mergingStrategy, SqlTableLike.FeatureOption featureOption)