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 →
数列の尖度を計算します。
kurtPop(expr)
expr
(U)Int*
Float*
Decimal
Float64
CREATE TABLE test_data (x Float64) ENGINE = Memory; INSERT INTO test_data VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); SELECT kurtPop(x) FROM test_data;
┌─────────kurtPop(x)─┐ │ 1.7757575757575756 │ └────────────────────┘
このページは役に立ちましたか?