| 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 |
|---|---|
BigIntWriter |
UnionWriter.asBigInt() |
BigIntWriter |
DenseUnionWriter.asBigInt(byte typeId) |
BigIntWriter |
DenseUnionWriter.bigInt() |
BigIntWriter |
UnionFixedSizeListWriter.bigInt() |
BigIntWriter |
UnionListWriter.bigInt() |
BigIntWriter |
UnionWriter.bigInt() |
BigIntWriter |
UnionLargeListWriter.bigInt() |
BigIntWriter |
UnionMapWriter.bigInt() |
BigIntWriter |
StructOrListWriterImpl.bigInt(String name) |
BigIntWriter |
DenseUnionWriter.bigInt(String name) |
BigIntWriter |
UnionFixedSizeListWriter.bigInt(String name) |
BigIntWriter |
UnionListWriter.bigInt(String name) |
BigIntWriter |
UnionWriter.bigInt(String name) |
BigIntWriter |
SingleStructWriter.bigInt(String name) |
BigIntWriter |
UnionLargeListWriter.bigInt(String name) |
BigIntWriter |
NullableStructWriter.bigInt(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.copyAsField(String name,
BigIntWriter writer) |
void |
BigIntReaderImpl.copyAsValue(BigIntWriter writer) |
void |
BigIntHolderReaderImpl.copyAsValue(BigIntWriter writer) |
void |
UnionReader.copyAsValue(BigIntWriter writer) |
void |
NullReader.copyAsValue(BigIntWriter writer) |
void |
DenseUnionReader.copyAsValue(BigIntWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BigIntReader.copyAsField(String name,
BigIntWriter writer) |
void |
BigIntReader.copyAsValue(BigIntWriter writer) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter
Composite of all writer types.
|
| Modifier and Type | Method and Description |
|---|---|
BigIntWriter |
BaseWriter.ListWriter.bigInt() |
BigIntWriter |
BaseWriter.StructWriter.bigInt(String name) |
BigIntWriter |
BaseWriter.StructOrListWriter.bigInt(String name) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.