@Internal public final class RowVarCharWriter extends ArrowFieldWriter<org.apache.flink.types.Row>
ArrowFieldWriter for VarChar.| Constructor and Description |
|---|
RowVarCharWriter(org.apache.arrow.vector.VarCharVector varCharVector) |
| Modifier and Type | Method and Description |
|---|---|
void |
doWrite(org.apache.flink.types.Row value,
int ordinal)
Sets the field value as the field at the specified ordinal of the specified row.
|
finish, getCount, getValueVector, reset, writepublic RowVarCharWriter(org.apache.arrow.vector.VarCharVector varCharVector)
public void doWrite(org.apache.flink.types.Row value,
int ordinal)
ArrowFieldWriterdoWrite in class ArrowFieldWriter<org.apache.flink.types.Row>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.