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

Function MakeListViewRecordBatch

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

Source from the content-addressed store, hash-verified

487}
488
489Status MakeListViewRecordBatch(std::shared_ptr<RecordBatch>* out) {
490 return MakeListViewRecordBatchSized(200, out);
491}
492
493Status MakeFixedSizeListRecordBatch(std::shared_ptr<RecordBatch>* out) {
494 // Make the schema

Callers 2

TEST_FFunction · 0.85
BatchesFunction · 0.85

Calls 1

Tested by

no test coverage detected