Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ fmt
Method
fmt
src/expr/src/scalar/func/impls/float32.rs:235–237 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter)
Source
from the content-addressed store, hash-verified
233
234
impl fmt::Display for CastFloat32ToNumeric {
235
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
236
f.write_str(
"real_to_numeric"
)
237
}
238
}
Callers
nothing calls this directly
Calls
1
write_str
Method · 0.45
Tested by
no test coverage detected