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

Method fmt

datafusion/expr/src/sql.rs:40–43  ·  view source on GitHub ↗
(&self, f: &mut Formatter)

Source from the content-addressed store, hash-verified

38
39impl Display for IlikeSelectItem {
40 fn fmt(&self, f: &mut Formatter) -> fmt::Result {
41 write!(f, "ILIKE '{}'", &self.pattern)?;
42 Ok(())
43 }
44}
45
46#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]

Callers

nothing calls this directly

Calls 4

collectMethod · 0.80
mapMethod · 0.45
iterMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected