public abstract class AbstractWritableVector extends Object implements WritableColumnVector, Serializable
ColumnVectors, including NULL information and
dictionary. NOTE: if there are some nulls, must set noNulls to false.| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
dictionary
The Dictionary for this column.
|
protected boolean |
noNulls |
| Constructor and Description |
|---|
AbstractWritableVector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDictionary()
Returns true if this column has a dictionary.
|
void |
setDictionary(Dictionary dictionary)
Update the dictionary.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillWithNulls, getDictionaryIds, reserveDictionaryIds, reset, setNullAt, setNullsisNullAtprotected boolean noNulls
protected Dictionary dictionary
public void setDictionary(Dictionary dictionary)
setDictionary in interface WritableColumnVectorpublic boolean hasDictionary()
hasDictionary in interface WritableColumnVectorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.