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 →
允许在指定集群中的多个节点上并行处理 Azure Blob 存储中的文件。
azureBlobStorageCluster(cluster_name, connection_string|storage_account_url, container_name, blobpath, [account_name, account_key, format, compression, structure])
cluster_name
connection_string
container_name
blobpath
*
**
?
{abc,def}
{N..M}
N
M
'abc'
'def'
account_name
account_key
format
compression
none
gzip/gz
brotli/br
xz/LZMA
zstd/zst
auto
structure
'column1_name column1_type, column2_name column2_type, ...'
azurite1
cluster_simple
test_cluster_*.csv
SELECT count(*) FROM azureBlobStorageCluster( 'cluster_simple', 'http://azurite1:10000/devstoreaccount1', 'testcontainer', 'test_cluster_count.csv', 'devstoreaccount1', 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==', 'CSV', 'auto', 'key UInt64')
此页面对您有帮助吗?