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