Enum TableConfigOptions.ColumnExpansionStrategy
java.lang.Object
java.lang.Enum<TableConfigOptions.ColumnExpansionStrategy>
org.apache.flink.table.api.config.TableConfigOptions.ColumnExpansionStrategy
- All Implemented Interfaces:
Serializable,Comparable<TableConfigOptions.ColumnExpansionStrategy>,org.apache.flink.configuration.DescribedEnum
- Enclosing class:
- TableConfigOptions
@PublicEvolving
public static enum TableConfigOptions.ColumnExpansionStrategy
extends Enum<TableConfigOptions.ColumnExpansionStrategy>
implements org.apache.flink.configuration.DescribedEnum
Strategy to expand columns in
SELECT * queries.-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.configuration.description.InlineElementReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXCLUDE_ALIASED_VIRTUAL_METADATA_COLUMNS
public static final TableConfigOptions.ColumnExpansionStrategy EXCLUDE_ALIASED_VIRTUAL_METADATA_COLUMNS -
EXCLUDE_DEFAULT_VIRTUAL_METADATA_COLUMNS
public static final TableConfigOptions.ColumnExpansionStrategy EXCLUDE_DEFAULT_VIRTUAL_METADATA_COLUMNS
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDescription
@Internal public org.apache.flink.configuration.description.InlineElement getDescription()- Specified by:
getDescriptionin interfaceorg.apache.flink.configuration.DescribedEnum
-