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