| Package | Description |
|---|---|
| org.apache.fury.format.encoder | |
| org.apache.fury.format.row.binary.writer |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeRef<BinaryWriter> |
BaseBinaryEncoderBuilder.writerTypeToken |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArrayWriter
Writer for binary array.
|
class |
BinaryRowWriter
Writer to write data into buffer using row format, see
BinaryRow. |
| Modifier and Type | Field and Description |
|---|---|
protected List<BinaryWriter> |
BinaryWriter.children |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.copyTo(BinaryWriter writer,
int ordinal) |
| Constructor and Description |
|---|
BinaryArrayWriter(org.apache.arrow.vector.types.pojo.Field field,
BinaryWriter writer)
Write data to writer's buffer.
|
BinaryRowWriter(org.apache.arrow.vector.types.pojo.Schema schema,
BinaryWriter writer) |
Copyright © 2023-2024, The Apache Software Foundation. Apache Fury™, Fury™, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.