Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ to_expr
Method
to_expr
crates/query-builder/src/expr.rs:71–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
70
impl<T, V> RHS<T, V> for Col<T, V> {
71
fn to_expr(self) -> Operand<T> {
72
Operand::Column(self.col)
73
}
74
}
75
76
fn format_bool_expr<T>(v: &Operand<T>) -> String {
Callers
6
eq
Method · 0.80
ne
Method · 0.80
gt
Method · 0.80
lt
Method · 0.80
gte
Method · 0.80
lte
Method · 0.80
Calls
1
Column
Interface · 0.50
Tested by
no test coverage detected