kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Add plan executors for KQIR via iterator model

Open PragmaTwice opened this issue 3 months ago • 1 comments

In this PR we add plan executors and its context according to the iterator model.

TODO list:

  • [x] Limit
  • [x] Noop
  • [x] Sort
  • [x] Merge
  • [x] Projection
  • [x] Filter
  • [x] TopN Sort
  • [x] Mock (for test purpose)
  • [ ] FullIndexScan
  • [ ] NumericFieldScan
  • [ ] TagFieldScan

PragmaTwice avatar Apr 29 '24 11:04 PragmaTwice

Seems there are too many files changed. Let's start the review, and the rest two executor will be implemented in the next PR.

cc @git-hulk @mapleFU

PragmaTwice avatar May 03 '24 15:05 PragmaTwice