Uses of Interface
org.apache.flink.table.connector.source.DynamicTableSource.Context
Packages that use DynamicTableSource.Context
-
Uses of DynamicTableSource.Context in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format with parameters of type DynamicTableSource.ContextModifier and TypeMethodDescriptionDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context, DataType physicalDataType) Creates runtime decoder implementation that is configured to produce data of the given data type.default IProjectableDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context, DataType projectedPhysicalDataType) ProjectableDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context, DataType physicalDataType, int[][] projections) Creates runtime decoder implementation that is configured to produce data of typeProjection.of(projections).project(physicalDataType). -
Uses of DynamicTableSource.Context in org.apache.flink.table.connector.source
Subinterfaces of DynamicTableSource.Context in org.apache.flink.table.connector.sourceModifier and TypeInterfaceDescriptionstatic interfaceContext for creating runtime implementation via aLookupTableSource.LookupRuntimeProvider.static interfaceContext for creating runtime implementation via aScanTableSource.ScanRuntimeProvider.