| 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 |
UnionListWriter.bit() |
BitWriter |
UnionWriter.bit() |
BitWriter |
UnionListWriter.bit(String name) |
BitWriter |
SingleStructWriter.bit(String name) |
BitWriter |
NullableStructWriter.bit(String name) |
BitWriter |
UnionWriter.bit(String name) |
BitWriter |
StructOrListWriterImpl.bit(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.copyAsField(String name,
BitWriter writer) |
void |
BitReaderImpl.copyAsValue(BitWriter writer) |
void |
BitHolderReaderImpl.copyAsValue(BitWriter writer) |
void |
NullReader.copyAsValue(BitWriter writer) |
void |
UnionReader.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 |
| Modifier and Type | Method and Description |
|---|---|
BitWriter |
BaseWriter.ListWriter.bit() |
BitWriter |
BaseWriter.StructWriter.bit(String name) |
BitWriter |
BaseWriter.StructOrListWriter.bit(String name) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.