public interface WritableBooleanVector extends WritableColumnVector, BooleanColumnVector
BooleanColumnVector.| Modifier and Type | Method and Description |
|---|---|
void |
fill(boolean value)
Fill the column vector with the provided value.
|
void |
setBoolean(int rowId,
boolean value)
Set boolean at rowId with the provided value.
|
void |
setBooleans(int rowId,
byte src) |
void |
setBooleans(int rowId,
int count,
boolean value) |
void |
setBooleans(int rowId,
int count,
byte src,
int srcIndex) |
addElementsAppended, fillWithNulls, getDictionaryIds, getElementsAppended, hasDictionary, isAllNull, reserve, reserveAdditional, reserveDictionaryIds, reset, setAllNull, setDictionary, setNullAt, setNullsgetBooleangetCapacity, getChildren, isNullAtvoid setBoolean(int rowId,
boolean value)
void setBooleans(int rowId,
int count,
boolean value)
void setBooleans(int rowId,
int count,
byte src,
int srcIndex)
void setBooleans(int rowId,
byte src)
void fill(boolean value)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.