public abstract class BaseFloatVectorValueSelector extends Object implements VectorValueSelector
| Modifier and Type | Field and Description |
|---|---|
protected ReadableVectorOffset |
offset |
| Constructor and Description |
|---|
BaseFloatVectorValueSelector(ReadableVectorOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentVectorSize()
Returns the current vector size for this cursor.
|
double[] |
getDoubleVector()
Get the current vector, casting to doubles as necessary.
|
long[] |
getLongVector()
Get the current vector, casting to longs as necessary.
|
int |
getMaxVectorSize()
Returns the maximum vector size for this cursor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFloatVector, getNullVectorprotected final ReadableVectorOffset offset
public BaseFloatVectorValueSelector(ReadableVectorOffset offset)
public int getCurrentVectorSize()
VectorSizeInspectorVectorSizeInspector.getMaxVectorSize().getCurrentVectorSize in interface VectorSizeInspectorpublic int getMaxVectorSize()
VectorSizeInspectorgetMaxVectorSize in interface VectorSizeInspectorpublic long[] getLongVector()
VectorValueSelectorgetLongVector in interface VectorValueSelectorpublic double[] getDoubleVector()
VectorValueSelectorgetDoubleVector in interface VectorValueSelectorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.