24class MismatchedEndiannessUuidColumn
final :
public ClickhouseColumn<MismatchedEndiannessUuidColumn> {
26 using cpp_type = boost::uuids::uuid;
27 using container_type = std::vector<cpp_type>;
29 MismatchedEndiannessUuidColumn(ColumnRef column);
31 static ColumnRef Serialize(
const container_type& from);