public interface VectorValueSelector extends VectorSizeInspector
org.apache.druid.segment.ColumnValueSelector, the non-vectorized version.| Modifier and Type | Method and Description |
|---|---|
double[] |
getDoubleVector()
Get the current vector, casting to doubles as necessary.
|
float[] |
getFloatVector()
Get the current vector, casting to floats as necessary.
|
long[] |
getLongVector()
Get the current vector, casting to longs as necessary.
|
boolean[] |
getNullVector()
Gets a vector of booleans signifying which rows are null and which are not (true for null).
|
getCurrentVectorSize, getMaxVectorSizelong[] getLongVector()
float[] getFloatVector()
double[] getDoubleVector()
@Nullable boolean[] getNullVector()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.