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

Method Call

cpp/src/arrow/compute/kernels/scalar_boolean.cc:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106template <typename Op>
107struct Commutative {
108 static Status Call(KernelContext* ctx, const Scalar& left, const ArraySpan& right,
109 ExecResult* out) {
110 return Op::Call(ctx, right, left, out);
111 }
112};
113
114struct AndOp : Commutative<AndOp> {

Callers

nothing calls this directly

Calls 1

CallClass · 0.85

Tested by

no test coverage detected