Uses of Interface
org.apache.flink.table.connector.source.DynamicTableSource.Context
-
Packages that use DynamicTableSource.Context Package Description org.apache.flink.table.connector.format org.apache.flink.table.connector.source -
-
Uses of DynamicTableSource.Context in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format with parameters of type DynamicTableSource.Context Modifier and Type Method Description IDecodingFormat. 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)IProjectableDecodingFormat. 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.source Modifier and Type Interface Description static interfaceLookupTableSource.LookupContextContext for creating runtime implementation via aLookupTableSource.LookupRuntimeProvider.static interfaceScanTableSource.ScanContextContext for creating runtime implementation via aScanTableSource.ScanRuntimeProvider.
-