ClickHouse/tests/queries/0_stateless/02911_analyzer_explain_estimate.sql

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

6 lines
208 B
MySQL
Raw Normal View History

2023-11-09 14:30:53 +00:00
-- Tags: distributed
SET allow_experimental_analyzer = 1;
EXPLAIN ESTIMATE SELECT 0 = 1048577, NULL, groupBitmapOr(bitmapBuild([toInt32(65537)])) FROM cluster(test_cluster_two_shards) WHERE NULL = 1048575;