Class and Description |
---|
org.apache.flink.table.catalog.CatalogTableImpl
Use
CatalogTable.of(Schema, String, List, Map) or a custom implementation
instead. Don't implement against this internal class. It can lead to unintended side effects
if code checks against this class instead of the common interface. |
org.apache.flink.table.catalog.CatalogViewImpl
Use
CatalogView.of(Schema, String, String, String, Map) or a custom
implementation instead. Don't implement against this internal class. It can lead to
unintended side effects if code checks against this class instead of the common interface. |
Enum and Description |
---|
org.apache.flink.table.api.config.ExecutionConfigOptions.LegacyCastBehaviour |
Field and Description |
---|
org.apache.flink.table.api.config.ExecutionConfigOptions.TABLE_EXEC_LEGACY_TRANSFORMATION_UIDS
Use
ExecutionConfigOptions.TABLE_EXEC_UID_GENERATION instead. |
org.apache.flink.table.api.config.ExecutionConfigOptions.TABLE_EXEC_SHUFFLE_MODE
Use
ExecutionOptions.BATCH_SHUFFLE_MODE instead. |
Constructor and Description |
---|
org.apache.flink.table.api.TableConfig() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.