Skip to main content

is_constant_opts

Function is_constant_opts 

Source
pub fn is_constant_opts(
    array: &ArrayRef,
    _opts: &IsConstantOpts,
) -> VortexResult<Option<bool>>
👎Deprecated:

Use crate::aggregate_fn::fns::is_constant::is_constant instead

Expand description

Computes whether an array has constant values.

Deprecated: Use crate::aggregate_fn::fns::is_constant::is_constant instead.