public final class UInt4Vector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
get(int index) |
void |
get(int index,
NullableUInt4Holder holder) |
void |
get(int index,
UInt4Holder holder) |
Integer |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getPrimitiveObject(int index) |
long |
getTwoAsLong(int index) |
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 int get(int index)
public long getTwoAsLong(int index)
public Integer getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic int getPrimitiveObject(int index)
public void get(int index,
UInt4Holder holder)
public void get(int index,
NullableUInt4Holder holder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.