Uses of Interface
org.apache.flink.table.legacy.factories.TableSourceFactory.Context
Packages that use TableSourceFactory.Context
-
Uses of TableSourceFactory.Context in org.apache.flink.table.factories
Classes in org.apache.flink.table.factories that implement TableSourceFactory.Context -
Uses of TableSourceFactory.Context in org.apache.flink.table.legacy.factories
Methods in org.apache.flink.table.legacy.factories with parameters of type TableSourceFactory.ContextModifier and TypeMethodDescriptiondefault TableSource<T>TableSourceFactory.createTableSource(TableSourceFactory.Context context) Deprecated.Creates and configures aTableSourcebased on the givenTableSourceFactory.Context.