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

Method literal

cpp/src/arrow/compute/expression.cc:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87const Datum* Expression::literal() const {
88 if (impl_ == nullptr) return nullptr;
89
90 return std::get_if<Datum>(impl_.get());
91}
92
93const Expression::Parameter* Expression::parameter() const {
94 if (impl_ == nullptr) return nullptr;

Callers 15

TESTFunction · 0.80
UseBoringRefsFunction · 0.80
TESTFunction · 0.80
ifFunction · 0.80
ToProtoFunction · 0.80
InitMethod · 0.80
EqualsMethod · 0.80
BindNonRecursiveFunction · 0.80
BindImplFunction · 0.80
ExecuteScalarExpressionFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 4

TESTFunction · 0.64
UseBoringRefsFunction · 0.64
TESTFunction · 0.64