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

Method make_function_ref

cpp/query_core/expr.hpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 static expr make_function_ref(std::string name, std::vector<expr> args)
374 {
375 return expr(function_ref_expr(std::move(name), std::move(args)));
376 }
377
378 static expr make_function_ref(std::string name, std::vector<std::pair<expr, expr>> arg_pairs)
379 {

Callers

nothing calls this directly

Calls 2

function_ref_exprClass · 0.85
exprClass · 0.70

Tested by

no test coverage detected