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

Function MakeFloatBatch

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

Source from the content-addressed store, hash-verified

348}
349
350Status MakeFloatBatch(std::shared_ptr<RecordBatch>* out) {
351 return MakeFloatBatchSized(10, out);
352}
353
354Status MakeRandomStringArray(int64_t length, bool include_nulls, MemoryPool* pool,
355 std::shared_ptr<Array>* out) {

Callers

nothing calls this directly

Calls 1

MakeFloatBatchSizedFunction · 0.85

Tested by

no test coverage detected