Module org.apache.arrow.vector
Package org.apache.arrow.vector.holders
Class IntervalMonthDayNanoHolder
java.lang.Object
org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
- All Implemented Interfaces:
ValueHolder
Source code generated using FreeMarker template ValueHolders.java
-
Field Summary
Modifier and TypeFieldDescriptionint
final int
int
long
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
hashCode()
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.toString()
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
-
Field Details
-
WIDTH
public static final int WIDTH- See Also:
-
isSet
public final int isSet- See Also:
-
months
public int months -
days
public int days -
nanoseconds
public long nanoseconds
-
-
Constructor Details
-
IntervalMonthDayNanoHolder
public IntervalMonthDayNanoHolder()
-
-
Method Details
-
hashCode
public int hashCode()Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them. -
toString
Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
-