Input arguments
(&self)
| 132 | |
| 133 | /// Input arguments |
| 134 | pub fn args(&self) -> &[Arc<dyn PhysicalExpr>] { |
| 135 | &self.args |
| 136 | } |
| 137 | |
| 138 | /// Data type produced by this expression |
| 139 | pub fn return_type(&self) -> &DataType { |
no outgoing calls
no test coverage detected