public final class Decimal38DenseVector.Accessor extends BaseValueVector.BaseAccessor
Constructor and Description |
---|
Accessor() |
Modifier and Type | Method and Description |
---|---|
DrillBuf |
get(int index) |
void |
get(int index,
Decimal38DenseHolder holder) |
void |
get(int index,
NullableDecimal38DenseHolder holder) |
BigDecimal |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount()
Returns the number of values that is stored in this vector.
|
boolean |
isNull(int index)
Returns true if the value at the given index is null, false otherwise.
|
public int getValueCount()
ValueVector.Accessor
public boolean isNull(int index)
ValueVector.Accessor
isNull
in interface ValueVector.Accessor
isNull
in class BaseValueVector.BaseAccessor
public DrillBuf get(int index)
public void get(int index, Decimal38DenseHolder holder)
public void get(int index, NullableDecimal38DenseHolder holder)
public BigDecimal getObject(int index)
ValueVector.Accessor
index
- Index of the value to getCopyright © 1970 The Apache Software Foundation. All rights reserved.