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