Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ make_parameter
Method
make_parameter
cpp/query_core/expr.hpp:363–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
static expr make_parameter(int32_t index)
364
{
365
return expr(param_expr(index));
366
}
367
368
static expr make_column_ref(std::string name, std::string table)
369
{
Callers
nothing calls this directly
Calls
2
param_expr
Class · 0.85
expr
Class · 0.70
Tested by
no test coverage detected