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

Function MakeBooleanBatch

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

Source from the content-addressed store, hash-verified

276}
277
278Status MakeBooleanBatch(std::shared_ptr<RecordBatch>* out) {
279 return MakeBooleanBatchSized(1000, out);
280}
281
282Status MakeIntBatchSized(int length, std::shared_ptr<RecordBatch>* out, uint32_t seed) {
283 // Make the schema

Callers 1

Calls 1

MakeBooleanBatchSizedFunction · 0.85

Tested by

no test coverage detected