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