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

Method make_literal_array

cpp/query_core/expr.hpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 static expr make_literal_array(nd::array value)
354 {
355 return expr(literal_array_expr(std::move(value)));
356 }
357
358 static expr make_star()
359 {

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected