| 34 | namespace { |
| 35 | |
| 36 | Result<RecordBatchVector> BatchesFromTable(const Table& table) { |
| 37 | return TableBatchReader(table).ToRecordBatches(); |
| 38 | } |
| 39 | |
| 40 | // ---------------------------------------------------------------------- |
| 41 | // ChunkedArray sorting implementation |
no test coverage detected