| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.writeRow(int pos,
org.apache.flink.table.data.RowData value,
RowDataSerializer serializer) |
| Constructor and Description |
|---|
InputFormatCacheLoader(org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> initialInputFormat,
GenericRowDataKeySelector keySelector,
RowDataSerializer cacheEntriesSerializer) |
InputSplitCacheLoadTask(ConcurrentHashMap<org.apache.flink.table.data.RowData,Collection<org.apache.flink.table.data.RowData>> cache,
GenericRowDataKeySelector keySelector,
RowDataSerializer cacheEntriesSerializer,
org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,org.apache.flink.core.io.InputSplit> inputFormat,
org.apache.flink.core.io.InputSplit inputSplit) |
| Constructor and Description |
|---|
GenericRowDataKeySelector(InternalTypeInfo<org.apache.flink.table.data.RowData> keyRowType,
RowDataSerializer keySerializer,
GeneratedProjection generatedProjection) |
| Modifier and Type | Field and Description |
|---|---|
protected RowDataSerializer |
AsyncLookupJoinRunner.rightRowSerializer |
| Constructor and Description |
|---|
AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher,
DataStructureConverter<org.apache.flink.table.data.RowData,Object> fetcherConverter,
GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture,
GeneratedFunction<FilterCondition> generatedPreFilterCondition,
RowDataSerializer rightRowSerializer,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
AsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher,
DataStructureConverter<org.apache.flink.table.data.RowData,Object> fetcherConverter,
GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedCalc,
GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture,
GeneratedFunction<FilterCondition> generatedPreFilterCondition,
RowDataSerializer rightRowSerializer,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
| Modifier and Type | Field and Description |
|---|---|
protected RowDataSerializer |
WindowJoinOperator.leftSerializer |
protected RowDataSerializer |
WindowJoinOperator.rightSerializer |
| Modifier and Type | Method and Description |
|---|---|
static <T> RowDataSerializer |
InternalSerializers.create(org.apache.flink.table.types.logical.RowType type)
Creates a
TypeSerializer for internal data structures of the given RowType. |
RowDataSerializer |
RowDataSerializer.RowDataSerializerSnapshot.restoreSerializer() |
RowDataSerializer |
InternalTypeInfo.toRowSerializer() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.