| Interface | Description |
|---|---|
| ArrowType.ArrowTypeVisitor<T> |
to visit the ArrowTypes
type.accept(new ArrowTypeVisitor<Type>() {
... |
| Class | Description |
|---|---|
| ArrowType |
Arrow types
Source code generated using FreeMarker template ArrowType.java
|
| ArrowType.Binary | |
| ArrowType.Bool | |
| ArrowType.ComplexType | |
| ArrowType.ComplexTypeVisitor<T> |
to visit the Complex ArrowTypes and bundle Primitive ones in one case
|
| ArrowType.Date | |
| ArrowType.Decimal | |
| ArrowType.FixedSizeList | |
| ArrowType.FloatingPoint | |
| ArrowType.Int | |
| ArrowType.Interval | |
| ArrowType.List | |
| ArrowType.Null | |
| ArrowType.PrimitiveType | |
| ArrowType.PrimitiveTypeVisitor<T> |
to visit the Primitive ArrowTypes and bundle Complex ones under one case
|
| ArrowType.Struct | |
| ArrowType.Time | |
| ArrowType.Timestamp | |
| ArrowType.Union | |
| ArrowType.Utf8 | |
| DictionaryEncoding | |
| Field | |
| FieldType | |
| Schema |
An Arrow Schema
|
| Enum | Description |
|---|---|
| ArrowType.ArrowTypeID |
Copyright © 2017 The Apache Software Foundation. All rights reserved.