Skip to content

Commit cdc1cfe

Browse files
committed
Use binary compute over datums
Signed-off-by: Nicholas Gates <[email protected]>
1 parent dc53bef commit cdc1cfe

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

vortex-array/src/arrays/scalar_fn/rules/mod.rs renamed to vortex-array/src/arrays/scalar_fn/rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::optimizer::rules::ArrayReduceRule;
3030
use crate::optimizer::rules::ReduceRuleSet;
3131

3232
pub(super) const RULES: ReduceRuleSet<ScalarFnVTable> =
33-
ReduceRuleSet::new(&[&ScalarFnConstantRule, &ScalarFnAbstractReduceRule, ]);
33+
ReduceRuleSet::new(&[&ScalarFnConstantRule, &ScalarFnAbstractReduceRule]);
3434

3535
#[derive(Debug)]
3636
struct ScalarFnConstantRule;

vortex-array/src/arrays/scalar_fn/rules/abstract_reduce.rs

Whitespace-only changes.

vortex-array/src/arrays/scalar_fn/rules/constant.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)