-
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.legacy.operations.ddl.AlterTableOptionsOperation Please useAlterTableChangeOperation
instead.org.apache.flink.table.legacy.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.legacy.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
-
Constructors Constructor Description org.apache.flink.table.api.TableConfig()