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

Function MakeIntRecordBatch

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

Source from the content-addressed store, hash-verified

307}
308
309Status MakeIntRecordBatch(std::shared_ptr<RecordBatch>* out) {
310 return MakeIntBatchSized(10, out);
311}
312
313Status MakeFloat3264BatchSized(int length, std::shared_ptr<RecordBatch>* out,
314 uint32_t seed) {

Callers 9

TEST_FFunction · 0.85
TestMetadataVersionMethod · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TestWriteAfterCloseMethod · 0.85
TEST_PFunction · 0.85

Calls 1

MakeIntBatchSizedFunction · 0.85

Tested by

no test coverage detected