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 │ └───────┘
이 페이지가 도움이 되었나요?