Macrosยง
- This macro implements the
RustType
trait for all variants ofPrimitiveStats
. - stats_
primitive ๐This macro implements theColumnStats
trait for all variants ofPrimitiveStats
.
Structsยง
- Statistics about a primitive non-optional column.
Enumsยง
- Enum wrapper around
PrimitiveStats
for each variant that we support. - Whether a truncated value should be a lower or upper bound on the original.
Constantsยง
- The length to truncate
Vec<u8>
andString
stats to.
Functionsยง
- any_
primitive_ ๐stats Returns aStrategy
for generating arbitraryPrimitiveStats
. - Returns a
Strategy
for generating arbitraryPrimitiveStats<Vec<u8>>
. - Truncates a u8 slice to the given maximum byte length.
- Truncates a string to the given maximum byte length.