| Package | Description |
|---|---|
| org.apache.flink.table.data.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArrayWriter
Writer for binary array.
|
class |
BinaryRowWriter
Writer for
BinaryRowData. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryWriter.write(BinaryWriter writer,
int pos,
Object o,
org.apache.flink.table.types.logical.LogicalType type,
org.apache.flink.api.common.typeutils.TypeSerializer<?> serializer)
Deprecated.
Use
createValueSetter(LogicalType) for avoiding logical types during
runtime. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.