velox
velox copied to clipboard
Implement Filter::mergeWith for BytesRange and BytesValue
Filter::mergeWith API is used to merge filters pushed down from the join to topN operators into collocated table scan. Currently this API is implemented for numeric types. This task is to implement the API for strings.
https://github.com/facebookincubator/velox/pull/119 PR introduced Filter::mergeWith() API with implementation for numeric types.
https://github.com/facebookincubator/velox/pull/103 introduced filter pushdown that uses Filter::mergeWith() API.
CC: @pedroerp @aditi-pandit @majetideepak
CC: @kgpai
This issue has been automatically marked as stale because it has not had any activity in the last year. If you feel that this issue is important, add a comment explaining why the issue is still relevant and the stale tag will be removed; otherwise it will be closed in 14 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.
@mbasmanova Could you please assign this issue to me?
I think this issue can close because it has finished in https://github.com/facebookincubator/velox/pull/297.