public final class NullableDateMilliVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int index)
Get the element at the specified position.
|
void |
get(int index,
NullableDateMilliHolder 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) |
int |
isSet(int index) |
void |
reset() |
getNullCountpublic long get(int index)
index - position of the valuepublic boolean isNull(int index)
isNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorindex - the index to check for nullitypublic int isSet(int index)
public void get(int index,
NullableDateMilliHolder holder)
public org.joda.time.LocalDateTime getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic int getValueCount()
public void reset()
Copyright © 2017 The Apache Software Foundation. All rights reserved.