Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

写入的时候支持ClickHouse函数 #17

@RickyHuo

Description

@RickyHuo

CREATE TABLE test.access_msg_test ( date Date, domain String, url String) ENGINE = MergeTree PARTITION BY date ORDER BY (date, domain) SETTINGS index_granularity = 8192

insert into test.access_msg_test values (today(), domain('https://clickhouse.yandex/docs/en/single/#domain'), 'https://clickhouse.yandex/docs/en/single/#domain');

fields: ['date', 'domain(url) as domain', 'url']

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions