Package org.apache.drill.exec.vector
Class NullableDecimal38SparseVector.Accessor
java.lang.Object
org.apache.drill.exec.vector.BaseValueVector.BaseAccessor
org.apache.drill.exec.vector.NullableDecimal38SparseVector.Accessor
- All Implemented Interfaces:
ValueVector.Accessor
- Enclosing class:
NullableDecimal38SparseVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int index) Get the element at the specified position.voidget(int index, NullableDecimal38SparseHolder holder) getObject(int index) Get the Java Object representation of the element at the specified position.intReturns the number of values that is stored in this vector.booleanisNull(int index) Returns true if the value at the given index is null, false otherwise.intisSet(int index) voidreset()
-
Constructor Details
-
Accessor
public Accessor()
-
-
Method Details
-
get
Get the element at the specified position.- Parameters:
index- position of the value- Returns:
- value of the element, if not null
- Throws:
IllegalStateException- if the value is null
-
isNull
public boolean isNull(int index) Description copied from interface:ValueVector.AccessorReturns true if the value at the given index is null, false otherwise.- Specified by:
isNullin interfaceValueVector.Accessor- Overrides:
isNullin classBaseValueVector.BaseAccessor
-
isSet
public int isSet(int index) -
get
-
getObject
Description copied from interface:ValueVector.AccessorGet the Java Object representation of the element at the specified position. Useful for testing.- Parameters:
index- Index of the value to get
-
getValueCount
public int getValueCount()Description copied from interface:ValueVector.AccessorReturns the number of values that is stored in this vector. -
reset
public void reset()
-