-
Classes Class Description org.apache.flink.table.catalog.CatalogTableImpl UseCatalogTable.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 UseCatalogView.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.org.apache.flink.table.catalog.ManagedTableListener This interface will be removed soon. Please see FLIP-346 for more details.org.apache.flink.table.operations.ddl.AlterTableOptionsOperation Please useAlterTableChangeOperationinstead.org.apache.flink.table.sources.tsextractors.ExistingField This class will not be supported in the new source design aroundDynamicTableSource. See FLIP-95 for more information.org.apache.flink.table.sources.tsextractors.StreamRecordTimestamp This class will not be supported in the new source design aroundDynamicTableSource. See FLIP-95 for more information.
-
Enums Enum Description org.apache.flink.table.api.config.ExecutionConfigOptions.LegacyCastBehaviour
-
Fields Field Description org.apache.flink.table.api.config.ExecutionConfigOptions.TABLE_EXEC_LEGACY_TRANSFORMATION_UIDS UseExecutionConfigOptions.TABLE_EXEC_UID_GENERATIONinstead.org.apache.flink.table.api.config.ExecutionConfigOptions.TABLE_EXEC_SHUFFLE_MODE UseExecutionOptions.BATCH_SHUFFLE_MODEinstead.
-
Constructors Constructor Description org.apache.flink.table.api.TableConfig()