Skip to main content

hash_sql

Function hash_sql 

Source
pub fn hash_sql(sql: &str) -> u64
Expand description

Compute a rapidhash of a SQL string.

Uses str::hash() via the Hash trait, matching bsql_core::rapid_hash_str.