ClickHouse/dbms/tests/queries/0_stateless/00800_versatile_storage_join.reference
Amos Bird 65b654a1b6 Versatile StorageJoin
This commit does the following:

1. StorageJoin with simple keys now supports reading
2. StorageJoin can be created with Join settings applied. Syntax is
similar to MergeTree and Kafka
3. Left Any StorageJoin with one simple key can be used as a
dictionary-like structure by function joinGet.

Examples are listed in the related test file.
2018-12-02 16:49:39 +08:00

20 lines
161 B
Plaintext

--------read--------
def [1,2] 2
abc [0] 1
def [1,2] 2
abc [0] 1
def [1,2] 2
abc [0] 1
def [1,2] 2
abc [0] 1
--------joinGet--------
abc
def
\N
abc
def
[0] 1