public final class DecimalVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
ArrowBuf |
get(int index) |
void |
get(int index,
DecimalHolder holder) |
void |
get(int index,
NullableDecimalHolder holder) |
BigDecimal |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount() |
boolean |
isNull(int index) |
getNullCountpublic int getValueCount()
public boolean isNull(int index)
isNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorindex - the index to check for nullitypublic ArrowBuf get(int index)
public void get(int index,
DecimalHolder holder)
public void get(int index,
NullableDecimalHolder holder)
public BigDecimal getObject(int index)
ValueVector.Accessorindex - Index of the value to getCopyright © 2017 The Apache Software Foundation. All rights reserved.