Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
使用 heavy hitters 算法选取一个高频值。 如果某个值在查询执行的每个线程中出现次数都超过一半,则返回该值。通常,结果是非确定性的。
anyHeavy(column)
column
String
Any
SELECT anyHeavy(AirlineID) AS res FROM ontime;
┌───res─┐ │ 19690 │ └───────┘
此页面对您有帮助吗?