hash_sql

Function hash_sql 

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

Hash SQL text for cache lookup.

Uses a stable hash algorithm to ensure consistent lookups.