We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d1e93 commit a352b89Copy full SHA for a352b89
scylla/src/transport/session.rs
@@ -1815,7 +1815,9 @@ impl Session {
1815
}
1816
1817
1818
- fn get_default_execution_profile_handle(&self) -> &ExecutionProfileHandle {
+ /// Retrieves the handle to execution profile that is used by this session
1819
+ /// by default, i.e. when an executed statement does not define its own handle.
1820
+ pub fn get_default_execution_profile_handle(&self) -> &ExecutionProfileHandle {
1821
&self.default_execution_profile_handle
1822
1823
0 commit comments