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

Function MakeListRecordBatch

cpp/src/arrow/ipc/test_common.cc:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461Status MakeListRecordBatch(std::shared_ptr<RecordBatch>* out) {
462 return MakeListRecordBatchSized(200, out);
463}
464
465Status MakeListViewRecordBatchSized(const int length, std::shared_ptr<RecordBatch>* out) {
466 // Make the schema

Callers 5

TEST_FFunction · 0.85
ExampleNestedBatchesFunction · 0.85
MakeStructFunction · 0.85
TEST_FFunction · 0.85
BatchesFunction · 0.85

Calls 1

MakeListRecordBatchSizedFunction · 0.85

Tested by

no test coverage detected