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 |
---|---|
BitWriter |
UnionWriter.asBit() |
BitWriter |
DenseUnionWriter.asBit(byte typeId) |
BitWriter |
UnionMapWriter.bit() |
BitWriter |
UnionLargeListWriter.bit() |
BitWriter |
UnionWriter.bit() |
BitWriter |
UnionFixedSizeListWriter.bit() |
BitWriter |
UnionListWriter.bit() |
BitWriter |
DenseUnionWriter.bit() |
BitWriter |
SingleStructWriter.bit(String name) |
BitWriter |
NullableStructWriter.bit(String name) |
BitWriter |
UnionLargeListWriter.bit(String name) |
BitWriter |
StructOrListWriterImpl.bit(String name) |
BitWriter |
UnionWriter.bit(String name) |
BitWriter |
UnionFixedSizeListWriter.bit(String name) |
BitWriter |
UnionListWriter.bit(String name) |
BitWriter |
DenseUnionWriter.bit(String name) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.copyAsField(String name,
BitWriter writer) |
void |
UnionReader.copyAsValue(BitWriter writer) |
void |
DenseUnionReader.copyAsValue(BitWriter writer) |
void |
NullReader.copyAsValue(BitWriter writer) |
void |
BitHolderReaderImpl.copyAsValue(BitWriter writer) |
void |
BitReaderImpl.copyAsValue(BitWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
BitReader.copyAsField(String name,
BitWriter writer) |
void |
BitReader.copyAsValue(BitWriter writer) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter
Composite of all writer types.
|
Modifier and Type | Method and Description |
---|---|
BitWriter |
BaseWriter.ListWriter.bit() |
BitWriter |
BaseWriter.StructWriter.bit(String name) |
BitWriter |
BaseWriter.StructOrListWriter.bit(String name) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.