public final class RepeatedDecimal28DenseVector.Accessor extends BaseRepeatedValueVector.BaseRepeatedAccessor
Constructor and Description |
---|
Accessor() |
Modifier and Type | Method and Description |
---|---|
DrillBuf |
get(int index,
int positionIndex)
Get a value for the given record.
|
void |
get(int index,
int positionIndex,
Decimal28DenseHolder holder) |
void |
get(int index,
int positionIndex,
NullableDecimal28DenseHolder holder) |
void |
get(int index,
RepeatedDecimal28DenseHolder holder) |
List<BigDecimal> |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
BigDecimal |
getSingleObject(int index,
int arrayIndex) |
getInnerValueCount, getInnerValueCountAt, getValueCount, isEmpty, isNull
public List<BigDecimal> getObject(int index)
ValueVector.Accessor
index
- Index of the value to getpublic BigDecimal getSingleObject(int index, int arrayIndex)
public DrillBuf get(int index, int positionIndex)
index
- record containing the repeated fieldpositionIndex
- position within the repeated fieldpublic void get(int index, RepeatedDecimal28DenseHolder holder)
public void get(int index, int positionIndex, Decimal28DenseHolder holder)
public void get(int index, int positionIndex, NullableDecimal28DenseHolder holder)
Copyright © 1970 The Apache Software Foundation. All rights reserved.