public class ArrowFileWriter extends ArrowWriter
| Constructor and Description |
|---|
ArrowFileWriter(VectorSchemaRoot root,
DictionaryProvider provider,
WritableByteChannel out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
protected void |
startInternal(WriteChannel out) |
bytesWritten, close, end, start, writeBatch, writeRecordBatchpublic ArrowFileWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out)
protected void startInternal(WriteChannel out) throws IOException
startInternal in class ArrowWriterIOExceptionprotected void endInternal(WriteChannel out, Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> records) throws IOException
endInternal in class ArrowWriterIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.