| 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 |
|---|---|
DecimalWriter |
NullableMapWriter.decimal(String name) |
DecimalWriter |
SingleMapWriter.decimal(String name) |
DecimalWriter |
NullableMapWriter.decimal(String name,
int scale,
int precision) |
DecimalWriter |
SingleMapWriter.decimal(String name,
int scale,
int precision) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.copyAsField(String name,
DecimalWriter writer) |
void |
DecimalReaderImpl.copyAsValue(DecimalWriter writer) |
void |
DecimalHolderReaderImpl.copyAsValue(DecimalWriter writer) |
void |
NullReader.copyAsValue(DecimalWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalReader.copyAsField(String name,
DecimalWriter writer) |
void |
DecimalReader.copyAsValue(DecimalWriter writer) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter |
| Modifier and Type | Method and Description |
|---|---|
DecimalWriter |
BaseWriter.ListWriter.decimal() |
DecimalWriter |
BaseWriter.MapWriter.decimal(String name) |
DecimalWriter |
BaseWriter.MapWriter.decimal(String name,
int scale,
int precision) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.