public interface WritableShortVector extends WritableColumnVector, ShortColumnVector
ShortColumnVector
.Modifier and Type | Method and Description |
---|---|
void |
fill(short value)
Fill the column vector with the provided value.
|
void |
setShort(int rowId,
short value)
Set short at rowId with the provided value.
|
addElementsAppended, fillWithNulls, getDictionaryIds, getElementsAppended, hasDictionary, isAllNull, reserve, reserveAdditional, reserveDictionaryIds, reset, setAllNull, setDictionary, setNullAt, setNulls
getShort
getCapacity, getChildren, isNullAt
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.