Skip to main content

is_constant

Function is_constant 

Source
pub fn is_constant(array: &ArrayRef) -> 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.