Wrapper over Vec<u8> to allow more efficient serialization/deserialization of raw bytes
The corresponding ClickHouse type here is Type::String or Type::FixedSizedString, not
Type::Array. Conversion to Type::Array(UInt8) will happen, but it is not efficient.
A raw ClickHouse value.
Types are not strictly/completely preserved (i.e. types Type::String and Type::FixedString
both are value Type::String). Use this if you want dynamically typed queries.