mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
ab48947305
* created program in utils * reset test * removed additional printings * refactoring * fix float generator, fix build * add readme * refactor readme * fixed random int func * clang format * fix build * fix build * fix PVS, uncrustify * newline at end of file * refactor string_type func * restyle func maps * support IN operation * support multiquery * fix style * change rand to pcg64 * fix array generation * fix build * better * subqueries * style * better * delete samples.sql Co-authored-by: Roman Ilgovskiy <ilgovskiy@yandex-team.ru>
2 lines
127 B
CMake
2 lines
127 B
CMake
add_executable (query_db_generator query_db_generator.cpp)
|
|
target_link_libraries(query_db_generator PRIVATE clickhouse_parsers) |