public static class ArrowType.Binary extends ArrowType.PrimitiveType
ArrowType.ArrowTypeID, ArrowType.ArrowTypeVisitor<T>, ArrowType.Binary, ArrowType.Bool, ArrowType.ComplexType, ArrowType.ComplexTypeVisitor<T>, ArrowType.Date, ArrowType.Decimal, ArrowType.Duration, ArrowType.ExtensionType, ArrowType.FixedSizeBinary, ArrowType.FixedSizeList, ArrowType.FloatingPoint, ArrowType.Int, ArrowType.Interval, ArrowType.LargeBinary, ArrowType.LargeList, ArrowType.LargeUtf8, ArrowType.List, ArrowType.Map, ArrowType.Null, ArrowType.PrimitiveType, ArrowType.PrimitiveTypeVisitor<T>, ArrowType.Struct, ArrowType.Time, ArrowType.Timestamp, ArrowType.Union, ArrowType.Utf8
Modifier and Type | Field and Description |
---|---|
static ArrowType.Binary |
INSTANCE |
static ArrowType.ArrowTypeID |
TYPE_TYPE |
Constructor and Description |
---|
Binary() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ArrowType.ArrowTypeVisitor<T> visitor) |
boolean |
equals(Object obj) |
int |
getType(com.google.flatbuffers.FlatBufferBuilder builder) |
ArrowType.ArrowTypeID |
getTypeID() |
int |
hashCode() |
String |
toString() |
isComplex
getInt, getTypeForField
public static final ArrowType.ArrowTypeID TYPE_TYPE
public static final ArrowType.Binary INSTANCE
public ArrowType.ArrowTypeID getTypeID()
public int getType(com.google.flatbuffers.FlatBufferBuilder builder)
public <T> T accept(ArrowType.ArrowTypeVisitor<T> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.