public final class DataTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BooleanType |
BOOLEAN_TYPE |
static DoubleType |
DOUBLE_TYPE |
static EdgeType |
EDGE_TYPE |
static FloatType |
FLOAT_TYPE |
static IntegerType |
INTEGER_TYPE |
static LocalDateType |
LOCAL_DATE_TYPE |
static LongType |
LONG_TYPE |
static Point2dType |
POINT2D_TYPE |
static StringType |
STRING_TYPE |
static TimeType |
TIME_TYPE |
static TimeWithTimezoneType |
TIME_WITH_TIMEZONE_TYPE |
static TimestampType |
TIMESTAMP_TYPE |
static TimestampWithTimezoneType |
TIMESTAMP_WITH_TIMEZONE_TYPE |
static VertexType |
VERTEX_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SetType |
set(DataType valueType) |
static VectorType |
vector(DataType componentType,
int dimension) |
public static final BooleanType BOOLEAN_TYPE
public static final DoubleType DOUBLE_TYPE
public static final EdgeType EDGE_TYPE
public static final FloatType FLOAT_TYPE
public static final IntegerType INTEGER_TYPE
public static final LocalDateType LOCAL_DATE_TYPE
public static final LongType LONG_TYPE
public static final Point2dType POINT2D_TYPE
public static final StringType STRING_TYPE
public static final TimeType TIME_TYPE
public static final TimeWithTimezoneType TIME_WITH_TIMEZONE_TYPE
public static final TimestampType TIMESTAMP_TYPE
public static final TimestampWithTimezoneType TIMESTAMP_WITH_TIMEZONE_TYPE
public static final VertexType VERTEX_TYPE
public static VectorType vector(DataType componentType, int dimension)