• A
    Versatile StorageJoin · 65b654a1
    Amos Bird 提交于
    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.
    65b654a1
StorageJoin.cpp 12.7 KB