Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ make_literal_string
Method
make_literal_string
cpp/query_core/expr.hpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
static expr make_literal_string(std::string value)
339
{
340
return expr(literal_string_expr(std::move(value)));
341
}
342
343
static expr make_literal_int(int64_t value)
344
{
Callers
nothing calls this directly
Calls
1
expr
Class · 0.70
Tested by
no test coverage detected