| Package | Description |
|---|---|
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.connector.source |
| Modifier and Type | Method and Description |
|---|---|
I |
DecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType)
Creates runtime decoder implementation that is configured to produce data of the given data
type.
|
default I |
ProjectableDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType projectedPhysicalDataType) |
I |
ProjectableDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType,
int[][] projections)
Creates runtime decoder implementation that is configured to produce data of type
Projection.of(projections).project(physicalDataType). |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookupTableSource.LookupContext
Context for creating runtime implementation via a
LookupTableSource.LookupRuntimeProvider. |
static interface |
ScanTableSource.ScanContext
Context for creating runtime implementation via a
ScanTableSource.ScanRuntimeProvider. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.