Constructor and Description |
---|
ArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root,
ArrowFieldWriter<IN>[] fieldWriters) |
Modifier and Type | Method and Description |
---|---|
void |
finish()
Finishes the writing of the current row batch.
|
ArrowFieldWriter<IN>[] |
getFieldWriters()
Gets the field writers.
|
void |
reset()
Resets the state of the writer to write the next batch of rows.
|
void |
write(IN row)
Writes the specified row which is serialized into Arrow format.
|
public ArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root, ArrowFieldWriter<IN>[] fieldWriters)
public ArrowFieldWriter<IN>[] getFieldWriters()
public void write(IN row)
public void finish()
public void reset()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.