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 |
FixedSizeBinary |
static byte |
FixedSizeList |
static byte |
FloatingPoint |
static byte |
Int |
static byte |
Interval |
static byte |
List |
static byte |
Map |
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 String name(int e)
Copyright © 2018 The Apache Software Foundation. All rights reserved.