| 449 | } |
| 450 | |
| 451 | static std::shared_ptr<RecordBatch> ToBatch(const std::shared_ptr<Array>& array) { |
| 452 | return *RecordBatch::FromStructArray(array); |
| 453 | } |
| 454 | |
| 455 | static std::shared_ptr<ChunkedArray> ToChunked(const std::shared_ptr<Array>& array, |
| 456 | double chunk_proportion = 1.0) { |
no outgoing calls
no test coverage detected