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

Function CreateVersion

cpp/src/arrow/engine/substrait/util_internal.cc:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36std::unique_ptr<substrait::Version> CreateVersion() {
37 auto version = std::make_unique<substrait::Version>();
38 version->set_major_number(kSubstraitMajorVersion);
39 version->set_minor_number(kSubstraitMinorVersion);
40 version->set_patch_number(kSubstraitPatchVersion);
41 version->set_producer("Acero " + GetBuildInfo().version_string);
42 return version;
43}
44
45} // namespace engine
46

Callers 2

ToProtoFunction · 0.85
PlanToProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected