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

Method makeArray

cpp/3rd_party/sql-parser/src/sql/Expr.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220Expr* Expr::makeArray(std::vector<Expr*>* exprList)
221{
222 Expr* e = new Expr(kExprArray);
223 e->exprList = exprList;
224 return e;
225}
226
227Expr* Expr::makeArrayIndex(Expr* expr, int64_t index)
228{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected