public abstract class ArrowWriter extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
protected WriteChannel |
out |
protected Schema |
schema |
| Modifier | Constructor and Description |
|---|---|
protected |
ArrowWriter(VectorSchemaRoot root,
DictionaryProvider provider,
WritableByteChannel out)
Note: fields are not closed when the writer is closed
|
| Modifier and Type | Method and Description |
|---|---|
long |
bytesWritten() |
void |
close() |
void |
end() |
protected void |
endInternal(WriteChannel out) |
void |
start() |
protected void |
startInternal(WriteChannel out) |
void |
writeBatch() |
protected ArrowBlock |
writeDictionaryBatch(ArrowDictionaryBatch batch) |
protected ArrowBlock |
writeRecordBatch(ArrowRecordBatch batch) |
protected static final org.slf4j.Logger LOGGER
protected final Schema schema
protected final WriteChannel out
protected ArrowWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out)
root - the vectors to write to the outputprovider - where to find the dictionariesout - the output where to writepublic void start()
throws IOException
IOExceptionpublic void writeBatch()
throws IOException
IOExceptionprotected ArrowBlock writeDictionaryBatch(ArrowDictionaryBatch batch) throws IOException
IOExceptionprotected ArrowBlock writeRecordBatch(ArrowRecordBatch batch) throws IOException
IOExceptionpublic void end()
throws IOException
IOExceptionpublic long bytesWritten()
protected void startInternal(WriteChannel out) throws IOException
IOExceptionprotected void endInternal(WriteChannel out) throws IOException
IOExceptionpublic void close()
close in interface AutoCloseableCopyright © 2018 The Apache Software Foundation. All rights reserved.