Skip to content

Commit a352b89

Browse files
committed
session: get_default_execution_profile_handle made pub
1 parent 28d1e93 commit a352b89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scylla/src/transport/session.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,9 @@ impl Session {
18151815
}
18161816
}
18171817

1818-
fn get_default_execution_profile_handle(&self) -> &ExecutionProfileHandle {
1818+
/// 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 {
18191821
&self.default_execution_profile_handle
18201822
}
18211823
}

0 commit comments

Comments
 (0)