Regarding hash partitioning, what is the function/algorithm that is used to compute the hash for the partition key? I need to write a query like
“SELECT unknown_partition_hash_function(id) AS hash_value, COUNT(id) AS number_of_records
FROM existing_table
GROUP BY 1”
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10