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