Uses of Class
org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
-
Packages that use SqlTableLike.FeatureOption Package Description org.apache.flink.sql.parser.ddl -
-
Uses of SqlTableLike.FeatureOption in org.apache.flink.sql.parser.ddl
Methods in org.apache.flink.sql.parser.ddl that return SqlTableLike.FeatureOption Modifier and Type Method Description SqlTableLike.FeatureOptionSqlTableLike.SqlTableLikeOption. getFeatureOption()static SqlTableLike.FeatureOptionSqlTableLike.FeatureOption. valueOf(String name)Returns 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.FeatureOption Constructor Description SqlTableLikeOption(SqlTableLike.MergingStrategy mergingStrategy, SqlTableLike.FeatureOption featureOption)
-