Package | Description |
---|---|
org.apache.flink.table.api.config | |
org.apache.flink.table.expressions.resolver.lookups |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<List<TableConfigOptions.ColumnExpansionStrategy>> |
TableConfigOptions.TABLE_COLUMN_EXPANSION_STRATEGY |
Modifier and Type | Method and Description |
---|---|
static TableConfigOptions.ColumnExpansionStrategy |
TableConfigOptions.ColumnExpansionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableConfigOptions.ColumnExpansionStrategy[] |
TableConfigOptions.ColumnExpansionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<FieldReferenceExpression> |
FieldReferenceLookup.getInputFields(List<TableConfigOptions.ColumnExpansionStrategy> expansionStrategies)
Gives matching fields of underlying inputs in order of those inputs and order of fields
within input.
|
static boolean |
FieldReferenceLookup.includeExpandedColumn(Column column,
List<TableConfigOptions.ColumnExpansionStrategy> strategies) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.