public class Types extends Object
| Modifier and Type | Field and Description |
|---|---|
static BooleanType |
BOOLEAN |
static DoubleType |
DOUBLE |
static JsonType |
JSON |
static LongType |
LONG |
static StringType |
STRING |
static TimestampType |
TIMESTAMP |
| Constructor and Description |
|---|
Types() |
public static final BooleanType BOOLEAN
public static final LongType LONG
public static final DoubleType DOUBLE
public static final StringType STRING
public static final TimestampType TIMESTAMP
public static final JsonType JSON