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