Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ make_literal_bool
Method
make_literal_bool
cpp/query_core/expr.hpp:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
static expr make_literal_bool(bool value)
349
{
350
return expr(literal_bool_expr(value));
351
}
352
353
static expr make_literal_array(nd::array value)
354
{
Callers
nothing calls this directly
Calls
1
expr
Class · 0.70
Tested by
no test coverage detected