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/char.rs:56–58 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter)
Source
from the content-addressed store, hash-verified
54
55
impl fmt::Display for PadChar {
56
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
57
f.write_str(
"padchar"
)
58
}
59
}
60
61
// This function simply allows the expression of changing a's type from char to
Callers
nothing calls this directly
Calls
1
write_str
Method · 0.45
Tested by
no test coverage detected