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 →
테스트용으로 ClickHouse에서 Null(빈) 딕셔너리 소스를 구성합니다.
CREATE DICTIONARY null_dict ( id UInt64, val UInt8, default_val UInt8 DEFAULT 123, nullable_val Nullable(UInt8) ) PRIMARY KEY id SOURCE(NULL()) LAYOUT(FLAT()) LIFETIME(0);
이 페이지가 도움이 되었나요?