Returns the index of this subquery in the shared results container.
(&self)
| 69 | |
| 70 | /// Returns the index of this subquery in the shared results container. |
| 71 | pub fn index(&self) -> SubqueryIndex { |
| 72 | self.index |
| 73 | } |
| 74 | |
| 75 | pub fn results(&self) -> &ScalarSubqueryResults { |
| 76 | &self.results |
no outgoing calls
no test coverage detected