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