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

Method case_insensitive

datafusion/physical-expr/src/expressions/like.rs:76–78  ·  view source on GitHub ↗

Is case insensitive

(&self)

Source from the content-addressed store, hash-verified

74
75 /// Is case insensitive
76 pub fn case_insensitive(&self) -> bool {
77 self.case_insensitive
78 }
79
80 /// Input expression
81 pub fn expr(&self) -> &Arc<dyn PhysicalExpr> {

Calls

no outgoing calls

Tested by

no test coverage detected