feat(SelectivityIterator): Enable copy constructor for SelectivityIterator
Summary: I am trying to write a UDF function that will operate on std::range of input values to avoid copying them to a new container.
It works if I makeSelectivityIterator copyable as ranges require that. I still need to build a wrapper around it to add iterator tags and iterator concepts, but it is not too bad as long as iterator logic is encapsulated in SelectivityIterator.
Differential Revision: D81847304
Deploy Preview for meta-velox canceled.
| Name | Link |
|---|---|
| Latest commit | 87552530aefc75aa427fb692a45ccedde58679cb |
| Latest deploy log | https://app.netlify.com/projects/meta-velox/deploys/68be649aa804c60009492b91 |
This pull request was exported from Phabricator. Differential Revision: D81847304
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the PR, make sure you've addressed reviewer comments, and rebase on the latest main. Thank you for your contributions!