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

Method MakeRel

cpp/src/arrow/engine/substrait/options.cc:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47class BaseExtensionProvider : public ExtensionProvider {
48 public:
49 Result<DeclarationInfo> MakeRel(const ConversionOptions& conv_opts,
50 const std::vector<DeclarationInfo>& inputs,
51 const ExtensionDetails& ext_details,
52 const ExtensionSet& ext_set) override {
53 auto details = dynamic_cast<const DefaultExtensionDetails&>(ext_details);
54 return MakeRel(conv_opts, inputs, details.rel, ext_set);
55 }
56
57 virtual Result<DeclarationInfo> MakeRel(const ConversionOptions& conv_opts,
58 const std::vector<DeclarationInfo>& inputs,

Callers 1

GetExtensionInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected