PERCENTILE_HASH (Lakehouse v2)
Computes a percentile state from a numeric value.
Analyze Syntax
Section titled “Analyze Syntax”func.percentile_hash(<value>)Analyze Examples
Section titled “Analyze Examples”func.percentile_hash(42.5)
┌─────────┐│ (state) │└─────────┘SQL Syntax
Section titled “SQL Syntax”PERCENTILE_HASH(<value>)SQL Examples
Section titled “SQL Examples”SELECT PERCENTILE_HASH(42.5);
┌────────────────────┐│ (percentile state) │└────────────────────┘