@FunctionalInterface public static interface VectorizedValuesReader.IntegerOutputWriter
Modifier and Type | Method and Description |
---|---|
void |
write(WritableColumnVector outputColumnVector,
int rowId,
long val)
A functional interface that writes a long value to a specified row in an output column
vector.
|
void write(WritableColumnVector outputColumnVector, int rowId, long val)
outputColumnVector
- the vector to write torowId
- the row to write toval
- value to writeCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.