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