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

Method make_unary_operator

cpp/query_core/expr.hpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 }
382
383 static expr make_unary_operator(expr operand, nd::unary_operator_type type)
384 {
385 return expr(unary_operator_expr(std::move(operand), type));
386 }
387
388 static expr make_binary_operator(expr left, expr right, nd::binary_operator_type type)
389 {

Callers

nothing calls this directly

Calls 2

unary_operator_exprClass · 0.85
exprClass · 0.70

Tested by

no test coverage detected