| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.connector.source |
| 限定符和类型 | 方法和说明 |
|---|---|
default I |
ProjectableDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType projectedPhysicalDataType) |
I |
DecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType)
Creates runtime decoder implementation that is configured to produce data of the given data
type.
|
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). |
| 限定符和类型 | 接口和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.