| Package | Description |
|---|---|
| org.apache.arrow.vector.schema | |
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.types.pojo |
| 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.Date |
static class |
ArrowType.Decimal |
static class |
ArrowType.FloatingPoint |
static class |
ArrowType.Int |
static class |
ArrowType.Interval |
static class |
ArrowType.List |
static class |
ArrowType.Null |
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() |
static ArrowType |
ArrowType.getTypeForField(Field field) |
| Constructor and Description |
|---|
Field(String name,
boolean nullable,
ArrowType type,
List<Field> children) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.