datasketches-cpp
Loading...
Searching...
No Matches
List of all members
default_array_of_strings_serde< Allocator > Struct Template Reference

Serializer/deserializer for an array of strings. More...

#include <array_of_strings_sketch.hpp>

Detailed Description

template<typename Allocator = std::allocator<array_of_strings>>
struct datasketches::default_array_of_strings_serde< Allocator >

Serializer/deserializer for an array of strings.

Requirements:

This serde does not perform UTF-8 validation. Callers must ensure strings are valid UTF-8 before serialization to guarantee interoperability with Java, Go, and Rust implementations.


The documentation for this struct was generated from the following files: