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

Function literal

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

Source from the content-addressed store, hash-verified

70 : impl_(std::make_shared<Impl>(std::move(parameter))) {}
71
72Expression literal(Datum lit) { return Expression(std::move(lit)); }
73
74Expression field_ref(FieldRef ref) {
75 return Expression(Expression::Parameter{std::move(ref), TypeHolder{}, {-1}});

Callers 15

typeMethod · 0.70
ToStringMethod · 0.70
EqualsMethod · 0.70
hashMethod · 0.70
IsScalarExpressionMethod · 0.70
IsNullLiteralMethod · 0.70
IsSatisfiableMethod · 0.70
BindNonRecursiveFunction · 0.70
FoldConstantsFunction · 0.70
simplified_toMethod · 0.70
SimplifyIsInMethod · 0.70

Calls 1

ExpressionClass · 0.70

Tested by

no test coverage detected