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

Function CreateTestVersion

cpp/src/arrow/engine/substrait/test_plan_builder.cc:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::unique_ptr<substrait::Version> CreateTestVersion() {
168 auto version = std::make_unique<substrait::Version>();
169 version->set_major_number(std::numeric_limits<uint32_t>::max());
170 version->set_minor_number(std::numeric_limits<uint32_t>::max());
171 version->set_patch_number(std::numeric_limits<uint32_t>::max());
172 version->set_producer("Arrow unit test");
173 return version;
174}
175
176Result<std::unique_ptr<substrait::Plan>> CreatePlan(std::unique_ptr<substrait::Rel> root,
177 ExtensionSet* ext_set) {

Callers 1

CreatePlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected