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

Function MakeFloat3264Batch

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

Source from the content-addressed store, hash-verified

327}
328
329Status MakeFloat3264Batch(std::shared_ptr<RecordBatch>* out) {
330 return MakeFloat3264BatchSized(10, out);
331}
332
333Status MakeFloatBatchSized(int length, std::shared_ptr<RecordBatch>* out, uint32_t seed) {
334 // Make the schema

Callers 1

TEST_PFunction · 0.85

Calls 1

MakeFloat3264BatchSizedFunction · 0.85

Tested by

no test coverage detected