MCPcopy Create free account
hub / github.com/activeloopai/deeplake / make_binary_operator

Method make_binary_operator

cpp/query_core/expr.hpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 static expr make_binary_operator(expr left, expr right, nd::binary_operator_type type)
389 {
390 return expr(binary_operator_expr(std::move(left), std::move(right), type));
391 }
392
393 static expr make_ternary_operator(expr first, expr second, expr third, nd::ternary_operator_type type)
394 {

Callers

nothing calls this directly

Calls 2

exprClass · 0.70

Tested by

no test coverage detected