Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ fmt
Method
fmt
src/expr/src/scalar/func/variadic.rs:68–70 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter)
Source
from the content-addressed store, hash-verified
66
67
impl fmt::Display for And {
68
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
69
f.write_str(
"AND"
)
70
}
71
}
72
73
impl LazyVariadicFunc for And {
Callers
nothing calls this directly
Calls
1
write_str
Method · 0.45
Tested by
no test coverage detected