Structs§
- Bounded
Max - Compute a byte-bounded upper bound for the maximum non-null value of a UTF8/Binary array.
- Bounded
MaxOptions - Options for
BoundedMax. - Bounded
MaxPartial - Partial accumulator state for the bounded maximum aggregate.
Constants§
- BOUNDED_
MAX_ BOUND - Field name for the bounded maximum upper-bound value in the partial state.
- BOUNDED_
MAX_ UNKNOWN - Field name for whether the partial state represents an unknown upper bound.
Functions§
- make_
bounded_ max_ partial_ dtype - Return the serialized partial-state dtype for
BoundedMax.