clickhouse-cpp
clickhouse-cpp copied to clipboard
Example
After building and installing clickhouse-cpp
I'm trying to run example code from main page to execute test query but it misses some includes.
clickhouse/types/types.h:3:10: fatal error: absl/numeric/int128.h: No such file or directory 3 | #include "absl/numeric/int128.h"
I'm linking as a static lib.
Is there any guide how to use this properly?