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

Method make_column_ref

cpp/query_core/expr.hpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 static expr make_column_ref(std::string name, std::string table)
369 {
370 return expr(column_ref_expr(std::move(name), std::move(table)));
371 }
372
373 static expr make_function_ref(std::string name, std::vector<expr> args)
374 {

Callers

nothing calls this directly

Calls 2

column_ref_exprClass · 0.85
exprClass · 0.70

Tested by

no test coverage detected