Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
CanalJsonDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType,
int[][] projections) |
Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
DebeziumJsonDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType,
int[][] projections) |
Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
MaxwellJsonDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType,
int[][] projections) |
Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
OggJsonDecodingFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType physicalDataType) |
Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
UpsertKafkaDynamicTableFactory.DecodingFormatWrapper.createRuntimeDecoder(DynamicTableSource.Context context,
DataType producedDataType) |
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 . |
Modifier and Type | Method and Description |
---|---|
DeserializationSchema<RowData> |
ChangelogCsvFormat.createRuntimeDecoder(DynamicTableSource.Context context,
DataType producedDataType) |
Modifier and Type | Class and Description |
---|---|
class |
LookupRuntimeProviderContext
Implementation of
LookupTableSource.Context . |
class |
ScanRuntimeProviderContext
Implementation of
ScanTableSource.Context . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.