@Internal public class NullWriter<T> extends ArrowFieldWriter<T>
ArrowFieldWriter
for Null.Constructor and Description |
---|
NullWriter(org.apache.arrow.vector.NullVector nullVector) |
Modifier and Type | Method and Description |
---|---|
void |
doWrite(T in,
int ordinal)
Sets the field value as the field at the specified ordinal of the specified row.
|
finish, getCount, getValueVector, reset, write
public void doWrite(T in, int ordinal)
ArrowFieldWriter
doWrite
in class ArrowFieldWriter<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.