File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -291,13 +291,13 @@ class InclusiveMetricsVisitor : public BoundVisitor<bool> {
291291
292292 Result<bool > StartsWith (const std::shared_ptr<Bound>& expr,
293293 const Literal& lit) override {
294- auto transform = internal::checked_pointer_cast<BoundTransform>(expr);
295- if (transform != nullptr &&
296- transform->transform ()->transform_type () != TransformType::kIdentity ) {
297- // truncate must be rewritten in binding. the result is either always or never
298- // compatible
299- return kRowsMightMatch ;
300- }
294+ // auto transform = internal::checked_pointer_cast<BoundTransform>(expr);
295+ // if (transform != nullptr &&
296+ // transform->transform()->transform_type() != TransformType::kIdentity) {
297+ // // truncate must be rewritten in binding. the result is either always or never
298+ // // compatible
299+ // return kRowsMightMatch;
300+ // }
301301
302302 int32_t id = expr->reference ()->field ().field_id ();
303303 if (ContainsNullsOnly (id)) {
You can’t perform that action at this time.
0 commit comments