| 1107 | /// AT location statement for procedure execution context |
| 1108 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 1109 | pub struct AtLocationStatement { |
| 1110 | pub location_path: CatalogPath, |
| 1111 | pub statements: Vec<Statement>, |
| 1112 | pub location: Location, |
| 1113 | } |
| 1114 | |
| 1115 | /// Graph expressions for session context |
| 1116 | #[derive(Debug, Clone, Serialize, Deserialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected