Structs§
- Atomic
Bytes Stats PrimitiveStats<Vec<u8>>
that cannot safely be trimmed.- Fixed
Size Bytes Stats PrimitiveStats<Vec<u8>>
for types that implementFixedSizeCodec
and cannot safely be trimmed.
Enums§
- Bytes
Stats - Statistics about a column of
Vec<u8>
. - Fixed
Size Bytes Stats Kind - The type of data encoded in an
FixedSizeBytesStats
.
Functions§
- any_
bytes_ 🔒stats - Returns a
Strategy
for generating arbitraryBytesStats
.