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

Function CallNotNull

cpp/src/arrow/compute/expression_internal.h:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41inline const Expression::Call* CallNotNull(const Expression& expr) {
42 auto call = expr.call();
43 ARROW_DCHECK_NE(call, nullptr);
44 return call;
45}
46
47inline std::vector<TypeHolder> GetTypes(const std::vector<Expression>& exprs) {
48 std::vector<TypeHolder> types(exprs.size());

Callers 15

UseBoringRefsFunction · 0.85
ToProtoFunction · 0.85
typeMethod · 0.85
ToStringMethod · 0.85
EqualsMethod · 0.85
hashMethod · 0.85
IsScalarExpressionMethod · 0.85
IsSatisfiableMethod · 0.85
BindImplFunction · 0.85
ExecuteScalarExpressionFunction · 0.85
FieldsInExpressionFunction · 0.85
ExpressionHasFieldRefsFunction · 0.85

Calls 1

callMethod · 0.80

Tested by 2

UseBoringRefsFunction · 0.68