MCPcopy 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
70impl<T, V> RHS<T, V> for Col<T, V> {
71 fn to_expr(self) -> Operand<T> {
72 Operand::Column(self.col)
73 }
74}
75
76fn format_bool_expr<T>(v: &Operand<T>) -> String {

Callers 6

eqMethod · 0.80
neMethod · 0.80
gtMethod · 0.80
ltMethod · 0.80
gteMethod · 0.80
lteMethod · 0.80

Calls 1

ColumnInterface · 0.50

Tested by

no test coverage detected