Commits


Wes McKinney authored and Uwe L. Korn committed 947ca871c60
ARROW-594: [C++/Python] Write arrow::Table to stream and file writers * Add TableBatchReader class which creates a sequence of record batches from a table with chunked columns * Write Table to stream/file using the TableBatchReader * Add Python bindings Also resolves ARROW-989 Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1074 from wesm/ARROW-594 and squashes the following commits: 8126372 [Wes McKinney] Add write_table method to record batch writer classes ad30059 [Wes McKinney] Add RecordBatchWriter::WriteTable method 00a317b [Wes McKinney] Fix go example d643877 [Wes McKinney] Add Table::IsChunked method 84a9dcb [Wes McKinney] Add unit tests for TableBatchIterator 1748b39 [Wes McKinney] Draft TableBatchIterator implementation. Move RecordBatchReader interface to arrow/table.h