Directories | |
| columns | |
Files | |
| floating_point_types.hpp | |
| Class that can be escaped for clickhouse queries instead of [double] and [float]. [double] and [float] are escaped as FloatingWithPrecision<double, 12> and FloatingWithPrecision<float, 6> respectively. These constants were derived from the accuracity the numbers from ranges [0.0-100000.0] (doubles) and [0.0-100.0] (floats) can be represented by these type. Clickhouse also supports inf, -inf and nan, see clickhouse docs. | |
| io_fwd.hpp | |
| Customization point for Ch driver C++ <-> ClickHouse mappings. | |
| result_mapper.hpp | |
| type_traits.hpp | |
| typedefs.hpp | |