| 1219 | /// CASE expression supporting both simple and searched forms |
| 1220 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 1221 | pub struct CaseExpression { |
| 1222 | pub case_type: CaseType, |
| 1223 | pub location: Location, |
| 1224 | } |
| 1225 | |
| 1226 | /// PATH constructor: PATH[expr1, expr2, ...] |
| 1227 | #[derive(Debug, Clone, Serialize, Deserialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected