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

Method Call

cpp/src/arrow/compute/kernels/scalar_if_else.cc:1067–1070  ·  view source on GitHub ↗

SXX

Source from the content-addressed store, hash-verified

1065
1066 // SXX
1067 static Status Call(KernelContext* ctx, const BooleanScalar& cond, const ExecValue& left,
1068 const ExecValue& right, ExecResult* out) {
1069 return IfElseGenericSXXCall(ctx, cond, left, right, out);
1070 }
1071
1072 // AAA
1073 static Status Call(KernelContext* ctx, const ArraySpan& cond, const ArraySpan& left,

Callers

nothing calls this directly

Calls 3

IfElseGenericSXXCallFunction · 0.85
AppendArraySliceMethod · 0.45
AppendScalarMethod · 0.45

Tested by

no test coverage detected