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

Method make_ternary_operator

cpp/query_core/expr.hpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 static expr make_ternary_operator(expr first, expr second, expr third, nd::ternary_operator_type type)
394 {
395 return expr(ternary_operator_expr(std::move(first), std::move(second), std::move(third), type));
396 }
397
398 static expr make_array(std::vector<expr> elements)
399 {

Callers

nothing calls this directly

Calls 2

exprClass · 0.70

Tested by

no test coverage detected