| Package | Description |
|---|---|
| org.apache.arrow.vector.dictionary | |
| org.apache.arrow.vector.schema | |
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.types.pojo |
| Modifier and Type | Method and Description |
|---|---|
ArrowType |
Dictionary.getVectorType() |
| Modifier and Type | Method and Description |
|---|---|
static TypeLayout |
TypeLayout.getTypeLayout(ArrowType arrowType) |
| Modifier and Type | Method and Description |
|---|---|
ArrowType |
Types.MinorType.getType() |
| Modifier and Type | Method and Description |
|---|---|
static Types.MinorType |
Types.getMinorTypeForArrowType(ArrowType arrowType) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrowType.Binary |
static class |
ArrowType.Bool |
static class |
ArrowType.ComplexType |
static class |
ArrowType.Date |
static class |
ArrowType.Decimal |
static class |
ArrowType.FixedSizeList |
static class |
ArrowType.FloatingPoint |
static class |
ArrowType.Int |
static class |
ArrowType.Interval |
static class |
ArrowType.List |
static class |
ArrowType.Null |
static class |
ArrowType.PrimitiveType |
static class |
ArrowType.Struct |
static class |
ArrowType.Time |
static class |
ArrowType.Timestamp |
static class |
ArrowType.Union |
static class |
ArrowType.Utf8 |
| Modifier and Type | Method and Description |
|---|---|
ArrowType |
Field.getType() |
ArrowType |
FieldType.getType() |
static ArrowType |
ArrowType.getTypeForField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.nullable(ArrowType type) |
static Field |
Field.nullable(String name,
ArrowType type) |
| Constructor and Description |
|---|
Field(String name,
boolean nullable,
ArrowType type,
DictionaryEncoding dictionary,
List<Field> children)
Deprecated.
|
Field(String name,
boolean nullable,
ArrowType type,
List<Field> children)
Deprecated.
|
FieldType(boolean nullable,
ArrowType type,
DictionaryEncoding dictionary) |
FieldType(boolean nullable,
ArrowType type,
DictionaryEncoding dictionary,
Map<String,String> metadata) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.