Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
impl 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
collect
Method · 0.80
map
Method · 0.45
iter
Method · 0.45
is_empty
Method · 0.45
Tested by
no test coverage detected