public final class DateVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
DateVector.Accessor() |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int index) |
void |
get(int index,
DateHolder holder) |
void |
get(int index,
NullableDateHolder holder) |
org.joda.time.DateTime |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount()
Returns the number of values that is stored in this vector.
|
boolean |
isNull(int index)
Returns true if the value at the given index is null, false otherwise.
|
public int getValueCount()
ValueVector.Accessorpublic boolean isNull(int index)
ValueVector.AccessorisNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorpublic long get(int index)
public org.joda.time.DateTime getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic void get(int index,
DateHolder holder)
public void get(int index,
NullableDateHolder holder)
Copyright © 2016 The Apache Software Foundation. All rights reserved.