ClickHouse/tests/queries/0_stateless/02578_ipv4_codec_t64.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
196 B
MySQL
Raw Normal View History

2023-02-22 19:25:48 +00:00
DROP TABLE IF EXISTS ipv4_t64;
CREATE TABLE ipv4_t64 (uid Int16, ip IPv4 CODEC(T64), INDEX ip_idx ip TYPE bloom_filter GRANULARITY 4) ENGINE=MergeTree ORDER BY uid;
DROP TABLE IF EXISTS ipv4_t64;