You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/20 10:17:05 UTC

[GitHub] [arrow-datafusion] jackwener edited a comment on issue #2022: Filter operator support multi expr

jackwener edited a comment on issue #2022:
URL: https://github.com/apache/arrow-datafusion/issues/2022#issuecomment-1073217627


   Yes, It's equivalent logically. But, Depending on the scenario, the choice of database will have a preference.
   
   For `vectorized` and `columnar storage`, It's common use the `vec<Expr>` way, because the execution layer generally executes expressions one by one.
   
   As for the `Row oriented storage`, we can apply the `conjunction` expression together in a `row`.
   
   In conclusion, this may not be a very important thing, maybe we can consider it in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org