Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ number
Method
number
src/sql-parser/src/ast/defs/expr.rs:963–968 ·
view source on GitHub ↗
(n: S)
Source
from the content-addressed store, hash-verified
961
}
962
963
pub fn number<S>(n: S) -> Expr<T>
964
where
965
S: Into<String>,
966
{
967
Expr::Value(Value::Number(n.into()))
968
}
969
970
pub fn negate(self) -> Expr<T> {
971
Expr::Not {
Callers
2
StripSearchIfInvalidZodSchema.test.tsx
File · 0.80
queryHistoryList.ts
File · 0.80
Calls
1
Value
Enum · 0.70
Tested by
no test coverage detected