| Package | Description |
|---|---|
| org.apache.flink.table.data.writer | |
| org.apache.flink.table.runtime.operators.join.lookup | |
| org.apache.flink.table.runtime.typeutils |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.writeRow(int pos,
org.apache.flink.table.data.RowData value,
RowDataSerializer serializer) |
| 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,
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,
RowDataSerializer rightRowSerializer,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
| 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–2022 The Apache Software Foundation. All rights reserved.