Benjamin Naecker
Results
2
issues of
Benjamin Naecker
Several of the `Value` enum use non-standard representations of their data. For example, the [`Value::Uuid`](https://docs.rs/clickhouse-rs/1.0.0-alpha.1/clickhouse_rs/types/enum.Value.html#variant.Uuid) variant contains a `[u8; 16]` internally as its data. However, one might expect the variant...
This crate provides methods for converting from the `Value` enum into many native Rust types. These conversions are generally done these with the `From` trait, for example `From for u64`....