Package | Description |
---|---|
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.complex.writer |
Modifier and Type | Method and Description |
---|---|
FixedSizeBinaryWriter |
SingleStructWriter.fixedSizeBinary(String name) |
FixedSizeBinaryWriter |
NullableStructWriter.fixedSizeBinary(String name) |
FixedSizeBinaryWriter |
SingleStructWriter.fixedSizeBinary(String name,
int byteWidth) |
FixedSizeBinaryWriter |
NullableStructWriter.fixedSizeBinary(String name,
int byteWidth) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.copyAsField(String name,
FixedSizeBinaryWriter writer) |
void |
FixedSizeBinaryReaderImpl.copyAsValue(FixedSizeBinaryWriter writer) |
void |
NullReader.copyAsValue(FixedSizeBinaryWriter writer) |
void |
FixedSizeBinaryHolderReaderImpl.copyAsValue(FixedSizeBinaryWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
FixedSizeBinaryReader.copyAsField(String name,
FixedSizeBinaryWriter writer) |
void |
FixedSizeBinaryReader.copyAsValue(FixedSizeBinaryWriter writer) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter
Composite of all writer types.
|
Modifier and Type | Method and Description |
---|---|
FixedSizeBinaryWriter |
BaseWriter.ListWriter.fixedSizeBinary() |
FixedSizeBinaryWriter |
BaseWriter.StructWriter.fixedSizeBinary(String name) |
FixedSizeBinaryWriter |
BaseWriter.StructWriter.fixedSizeBinary(String name,
int byteWidth) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.