MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Function operator()

cpp/src/arrow/engine/substrait/expression_internal.cc:1122–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120 }
1121
1122 Status operator()(const Scalar& scalar) { return VisitScalarInline(scalar, this); }
1123
1124 substrait::Expression::Literal* lit_;
1125 ExtensionSet* ext_set_;

Callers

nothing calls this directly

Calls 1

VisitScalarInlineFunction · 0.85

Tested by

no test coverage detected