@Internal public final class LookupRuntimeProviderContext extends Object implements org.apache.flink.table.connector.source.LookupTableSource.LookupContext
LookupTableSource.Context.| Constructor and Description |
|---|
LookupRuntimeProviderContext(int[][] lookupKeys) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.connector.source.DynamicTableSource.DataStructureConverter |
createDataStructureConverter(org.apache.flink.table.types.DataType producedDataType) |
org.apache.flink.api.common.typeinfo.TypeInformation<?> |
createTypeInformation(org.apache.flink.table.types.DataType producedDataType) |
org.apache.flink.api.common.typeinfo.TypeInformation<?> |
createTypeInformation(org.apache.flink.table.types.logical.LogicalType producedLogicalType) |
int[][] |
getKeys() |
public LookupRuntimeProviderContext(int[][] lookupKeys)
public int[][] getKeys()
getKeys in interface org.apache.flink.table.connector.source.LookupTableSource.LookupContextpublic org.apache.flink.api.common.typeinfo.TypeInformation<?> createTypeInformation(org.apache.flink.table.types.DataType producedDataType)
createTypeInformation in interface org.apache.flink.table.connector.source.DynamicTableSource.Contextpublic org.apache.flink.api.common.typeinfo.TypeInformation<?> createTypeInformation(org.apache.flink.table.types.logical.LogicalType producedLogicalType)
createTypeInformation in interface org.apache.flink.table.connector.source.DynamicTableSource.Contextpublic org.apache.flink.table.connector.source.DynamicTableSource.DataStructureConverter createDataStructureConverter(org.apache.flink.table.types.DataType producedDataType)
createDataStructureConverter in interface org.apache.flink.table.connector.source.DynamicTableSource.ContextCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.