pub fn is_constant_opts(
array: &dyn Array,
options: &IsConstantOpts,
) -> VortexResult<Option<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.