mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
e74acda53e
* Added prql-lib * Add PRQL parser * Extend stateless tests * Add unit tests for `ParserPRQL` --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-37-24.eu-central-1.compute.internal> Co-authored-by: Ubuntu <ubuntu@ip-10-10-10-195.eu-central-1.compute.internal> Co-authored-by: Александр Нам <47687537+seshWCS@users.noreply.github.com>
4 lines
157 B
CMake
4 lines
157 B
CMake
clickhouse_import_crate(MANIFEST_PATH Cargo.toml)
|
|
target_include_directories(_ch_rust_prql INTERFACE include)
|
|
add_library(ch_rust::prql ALIAS _ch_rust_prql)
|