Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
Expr* Expr::makeArray(std::vector<Expr*>* exprList)
221
{
222
Expr* e = new Expr(kExprArray);
223
e->exprList = exprList;
224
return e;
225
}
226
227
Expr* Expr::makeArrayIndex(Expr* expr, int64_t index)
228
{
Callers
1
jquery-1.11.1.min.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected