public abstract static class StringUtf8DictionaryEncodedColumn.StringVectorObjectSelector extends Object implements VectorObjectSelector
VectorObjectSelector for a dictionary encoded ColumnType.STRING
built around a ColumnarInts. Dictionary not included - BYO dictionary lookup methods.| Constructor and Description |
|---|
StringVectorObjectSelector(ColumnarInts column,
ReadableVectorOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentVectorSize()
Returns the current vector size for this cursor.
|
int |
getMaxVectorSize()
Returns the maximum vector size for this cursor.
|
Object[] |
getObjectVector()
Get the current vector.
|
abstract String |
lookupName(int id) |
public StringVectorObjectSelector(ColumnarInts column, ReadableVectorOffset offset)
public Object[] getObjectVector()
VectorObjectSelectorgetObjectVector in interface VectorObjectSelectorpublic int getMaxVectorSize()
VectorSizeInspectorgetMaxVectorSize in interface VectorSizeInspectorpublic int getCurrentVectorSize()
VectorSizeInspectorVectorSizeInspector.getMaxVectorSize().getCurrentVectorSize in interface VectorSizeInspectorCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.