| Package | Description |
|---|---|
| org.apache.flink.table.dataformat |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryWriter
Use the special format to write data to a
MemorySegment (its capacity grows
automatically). |
class |
BinaryArrayWriter
Writer for binary array.
|
class |
BinaryRowWriter
Writer for
BinaryRow. |
| 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) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.