ArrowType.ArrowTypeVisitor<T>, ArrowType.Binary, ArrowType.Bool, ArrowType.Date, ArrowType.Decimal, ArrowType.FloatingPoint, ArrowType.Int, ArrowType.Interval, ArrowType.List, ArrowType.Null, ArrowType.Struct_, ArrowType.Time, ArrowType.Timestamp, ArrowType.Union, ArrowType.Utf8| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE_TYPE |
| Constructor and Description |
|---|
ArrowType.Union(short mode,
int[] typeIds) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ArrowType.ArrowTypeVisitor<T> visitor) |
boolean |
equals(Object obj) |
short |
getMode() |
int |
getType(com.google.flatbuffers.FlatBufferBuilder builder) |
int[] |
getTypeIds() |
byte |
getTypeType() |
int |
hashCode() |
String |
toString() |
getInt, getTypeForFieldpublic static final byte TYPE_TYPE
public byte getTypeType()
getTypeType in class ArrowTypepublic int getType(com.google.flatbuffers.FlatBufferBuilder builder)
public short getMode()
public int[] getTypeIds()
public <T> T accept(ArrowType.ArrowTypeVisitor<T> visitor)
Copyright © 2016 The Apache Software Foundation. All rights reserved.