Is case insensitive
(&self)
| 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> { |
no outgoing calls
no test coverage detected