Module org.apache.arrow.vector
Package org.apache.arrow.vector.holders
Class NullableDecimal256Holder
java.lang.Object
org.apache.arrow.vector.holders.NullableDecimal256Holder
- All Implemented Interfaces:
ValueHolder
Source code generated using FreeMarker template ValueHolders.java
-
Field Summary
-
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 int isSet -
start
public long start -
buffer
-
scale
public int scale -
precision
public int precision
-
-
Constructor Details
-
NullableDecimal256Holder
public NullableDecimal256Holder()
-
-
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.
-