public final class TimeStampMicroVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int index) |
void |
get(int index,
NullableTimeStampMicroHolder holder) |
void |
get(int index,
TimeStampMicroHolder holder) |
org.joda.time.LocalDateTime |
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 long get(int index)
public org.joda.time.LocalDateTime getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic void get(int index,
TimeStampMicroHolder holder)
public void get(int index,
NullableTimeStampMicroHolder holder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.