public final class Type extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
Binary |
static byte |
Bool |
static byte |
Date |
static byte |
Decimal |
static byte |
Duration |
static byte |
FixedSizeBinary |
static byte |
FixedSizeList |
static byte |
FloatingPoint |
static byte |
Int |
static byte |
Interval |
static byte |
LargeBinary |
static byte |
LargeList |
static byte |
LargeUtf8 |
static byte |
List |
static byte |
Map |
static String[] |
names |
static byte |
NONE |
static byte |
Null |
static byte |
Struct_ |
static byte |
Time |
static byte |
Timestamp |
static byte |
Union |
static byte |
Utf8 |
public static final byte NONE
public static final byte Null
public static final byte Int
public static final byte FloatingPoint
public static final byte Binary
public static final byte Utf8
public static final byte Bool
public static final byte Decimal
public static final byte Date
public static final byte Time
public static final byte Timestamp
public static final byte Interval
public static final byte List
public static final byte Struct_
public static final byte Union
public static final byte FixedSizeBinary
public static final byte FixedSizeList
public static final byte Map
public static final byte Duration
public static final byte LargeBinary
public static final byte LargeUtf8
public static final byte LargeList
public static final String[] names
public static String name(int e)
Copyright © 2023 The Apache Software Foundation. All rights reserved.