Skip to content

Commit

Permalink
Merge pull request #658 from Ten0/public_shard_awareness
Browse files Browse the repository at this point in the history
Expose calculate_token
  • Loading branch information
piodul authored Mar 20, 2023
2 parents ebc2fb9 + 989e43e commit ba5d06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla/src/transport/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ impl Session {
.await
}

fn calculate_token(
pub fn calculate_token(
&self,
prepared: &PreparedStatement,
serialized_values: &SerializedValues,
Expand Down

0 comments on commit ba5d06f

Please sign in to comment.