public class RepeatedVarCharOutput extends BaseFieldOutput
currentDataPointer, currentFieldIndex, fieldBytes, fieldProjected, fieldWriteCount, maxField, writer| Constructor and Description |
|---|
RepeatedVarCharOutput(RowSetLoader loader,
boolean[] projectionMask)
Provide the row set loader (which must have just one repeated Varchar
column) and an optional array projection mask.
|
| Modifier and Type | Method and Description |
|---|---|
protected ScalarWriter |
columnWriter() |
boolean |
endField()
Write the value into an array position.
|
append, endEmptyField, finishRecord, getRecordCount, isFull, startField, startRecord, writeToVectorpublic RepeatedVarCharOutput(RowSetLoader loader, boolean[] projectionMask)
loader - row set loaderprojectionMask - array projection maskpublic boolean endField()
endField in class BaseFieldOutputprotected ScalarWriter columnWriter()
columnWriter in class BaseFieldOutputCopyright © 2021 The Apache Software Foundation. All rights reserved.