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

Function BatchesFromTable

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

Source from the content-addressed store, hash-verified

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

Callers 1

MakeBatchesMethod · 0.85

Calls 1

ToRecordBatchesMethod · 0.45

Tested by

no test coverage detected