Returns the schema
(&self)
| 109 | |
| 110 | /// Returns the schema |
| 111 | pub fn schema(&self) -> &DFSchemaRef { |
| 112 | &self.schema |
| 113 | } |
| 114 | |
| 115 | /// Returns true if this Expr has boolean type |
| 116 | pub fn is_boolean_type(&self, expr: &Expr) -> Result<bool> { |
no outgoing calls
no test coverage detected