We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df9296 commit b4c0f8dCopy full SHA for b4c0f8d
vortex-array/src/expr/transform/optimizer.rs
@@ -27,8 +27,7 @@ impl ExprOptimizer {
27
simplify(expr, &self.rule_registry)
28
}
29
30
- /// Apply optimize rules to the expression, with a known dtype. This will also apply rules
31
- /// in `optimize`.
+ /// Optimize the expression, with a known dtype. This will also apply rules in `optimize`.
32
pub fn optimize_typed(&self, expr: Expression, dtype: &DType) -> VortexResult<Expression> {
33
simplify_typed(expr, dtype, &self.rule_registry)
34
0 commit comments