Uses of Interface
org.apache.flink.table.connector.source.DynamicTableSource
Packages that use DynamicTableSource
-
Uses of DynamicTableSource in org.apache.flink.table.connector.source
Subinterfaces of DynamicTableSource in org.apache.flink.table.connector.sourceModifier and TypeInterfaceDescriptioninterfaceADynamicTableSourcethat looks up rows of an external storage system by one or more keys during runtime.interfaceADynamicTableSourcethat scans all rows from an external storage system during runtime.Methods in org.apache.flink.table.connector.source that return DynamicTableSourceModifier and TypeMethodDescriptionDynamicTableSource.copy()Creates a copy of this instance during planning. -
Uses of DynamicTableSource in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return DynamicTableSourceModifier and TypeMethodDescriptionDynamicTableSourceFactory.createDynamicTableSource(DynamicTableFactory.Context context) Creates aDynamicTableSourceinstance from aCatalogTableand additional context information.static DynamicTableSourceFactoryUtil.createDynamicTableSource(DynamicTableSourceFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String, String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary) Creates aDynamicTableSourcefrom aCatalogTable.