PERCENTILE_EMPTY (Lakehouse v2)
Returns an empty percentile state for initialization.
Analyze Syntax
Section titled “Analyze Syntax”func.percentile_empty()Analyze Examples
Section titled “Analyze Examples”func.percentile_empty()
┌───────────────┐│ (empty state) │└───────────────┘SQL Syntax
Section titled “SQL Syntax”PERCENTILE_EMPTY()SQL Examples
Section titled “SQL Examples”SELECT PERCENTILE_EMPTY();
┌────────────────────┐│ (percentile state) │└────────────────────┘