MCPcopy Create free account
hub / github.com/apache/datafusion / fmt

Method fmt

datafusion/expr/src/expr.rs:73–78  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

71
72impl Display for NullTreatment {
73 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
74 f.write_str(match self {
75 NullTreatment::IgnoreNulls => "IGNORE NULLS",
76 NullTreatment::RespectNulls => "RESPECT NULLS",
77 })
78 }
79}
80
81#[cfg(feature = "sql")]

Callers

nothing calls this directly

Calls 15

schema_name_from_exprsFunction · 0.85
format_type_and_metadataFunction · 0.85
fmt_functionFunction · 0.85
write_strMethod · 0.80
precedenceMethod · 0.80
as_refMethod · 0.45
schema_nameMethod · 0.45
iterMethod · 0.45
is_emptyMethod · 0.45
human_displayMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected