MCPcopy Create free account
hub / github.com/apache/arrow / BatchesFromTable

Function BatchesFromTable

cpp/src/arrow/compute/kernels/vector_sort.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

MakeBatchesMethod · 0.85

Calls 1

ToRecordBatchesMethod · 0.45

Tested by

no test coverage detected