@Internal public final class SinkRuntimeProviderContext extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink.Context
DynamicTableSink.Context.| Constructor and Description |
|---|
SinkRuntimeProviderContext(boolean isBounded) |
SinkRuntimeProviderContext(boolean isBounded,
int[][] targetColumns) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter |
createDataStructureConverter(org.apache.flink.table.types.DataType consumedDataType) |
org.apache.flink.api.common.typeinfo.TypeInformation<?> |
createTypeInformation(org.apache.flink.table.types.DataType consumedDataType) |
org.apache.flink.api.common.typeinfo.TypeInformation<?> |
createTypeInformation(org.apache.flink.table.types.logical.LogicalType consumedLogicalType) |
Optional<int[][]> |
getTargetColumns() |
boolean |
isBounded() |
public SinkRuntimeProviderContext(boolean isBounded)
public SinkRuntimeProviderContext(boolean isBounded,
@Nullable
int[][] targetColumns)
public boolean isBounded()
isBounded in interface org.apache.flink.table.connector.sink.DynamicTableSink.Contextpublic org.apache.flink.api.common.typeinfo.TypeInformation<?> createTypeInformation(org.apache.flink.table.types.DataType consumedDataType)
createTypeInformation in interface org.apache.flink.table.connector.sink.DynamicTableSink.Contextpublic org.apache.flink.api.common.typeinfo.TypeInformation<?> createTypeInformation(org.apache.flink.table.types.logical.LogicalType consumedLogicalType)
createTypeInformation in interface org.apache.flink.table.connector.sink.DynamicTableSink.Contextpublic org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter createDataStructureConverter(org.apache.flink.table.types.DataType consumedDataType)
createDataStructureConverter in interface org.apache.flink.table.connector.sink.DynamicTableSink.Contextpublic Optional<int[][]> getTargetColumns()
getTargetColumns in interface org.apache.flink.table.connector.sink.DynamicTableSink.ContextCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.