Skip to content

Commit

Permalink
Adds BatchSelectionExecutor (tikv#4562)
Browse files Browse the repository at this point in the history
Signed-off-by: Breezewish <breezewish@pingcap.com>
  • Loading branch information
breezewish authored Apr 26, 2019
1 parent 51f8458 commit 21bafd8
Show file tree
Hide file tree
Showing 11 changed files with 831 additions and 23 deletions.
2 changes: 2 additions & 0 deletions src/coprocessor/dag/batch/executors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

mod index_scan_executor;
mod limit;
mod selection_executor;
mod table_scan_executor;
mod util;

pub use self::index_scan_executor::BatchIndexScanExecutor;
pub use self::limit::BatchLimitExecutor;
pub use self::selection_executor::BatchSelectionExecutor;
pub use self::table_scan_executor::BatchTableScanExecutor;
Loading

0 comments on commit 21bafd8

Please sign in to comment.