pub fn is_constant_opts(
array: &dyn Array,
opts: &IsConstantOpts,
) -> VortexResult<bool>Expand description
Computes whether an array has constant values. Configurable by IsConstantOpts.
Please see is_constant for a more detailed explanation of its behavior.