Class NullableIntervalHolder
java.lang.Object
org.apache.drill.exec.expr.holders.NullableIntervalHolder
- All Implemented Interfaces:
ValueHolder
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
static final TypeProtos.MajorType
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE
-
WIDTH
public static final int WIDTH- See Also:
-
isSet
public int isSet -
months
public int months -
days
public int days -
milliseconds
public int milliseconds
-
-
Constructor Details
-
NullableIntervalHolder
public NullableIntervalHolder()
-
-
Method Details