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