pub trait ArrayReduceRule<V: VTable>:
Debug
+ Send
+ Sync
+ 'static {
// Required method
fn reduce(&self, array: &V::Array) -> VortexResult<Option<ArrayRef>>;
}Expand description
A rewrite rule that transforms arrays based on their own content