Get access to the underlying QueryCoordinator Provides direct access to the low-level API when needed for advanced operations not yet covered by the SDK. # Safety This is an escape hatch for advanced users. Most applications should use the high-level SDK API instead.
(&self)
| 106 | /// This is an escape hatch for advanced users. Most applications should |
| 107 | /// use the high-level SDK API instead. |
| 108 | pub fn coordinator(&self) -> &QueryCoordinator { |
| 109 | &self.coordinator |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | /// Represents an active database session |
no outgoing calls
no test coverage detected