Package org.apache.druid.segment.vector
Class VectorSelectorUtils
java.lang.Object
org.apache.druid.segment.vector.VectorSelectorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean[]populateNullVector(boolean[] nullVector, ReadableVectorOffset offset, org.roaringbitmap.PeekableIntIterator nullIterator) Helper used by ColumnarLongs, ColumnarDoubles, etc.
-
Constructor Details
-
VectorSelectorUtils
public VectorSelectorUtils()
-
-
Method Details
-
populateNullVector
@Nullable public static boolean[] populateNullVector(@Nullable boolean[] nullVector, ReadableVectorOffset offset, org.roaringbitmap.PeekableIntIterator nullIterator) Helper used by ColumnarLongs, ColumnarDoubles, etc. to populate null-flag vectors.
-