This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-rocksdb-v9.0.0
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from a36e09a9 Update kvrocks.conf
add 66595db3 Initialize the query plan part of KQIR (#2232)
add 80e8d2c2 Merge branch 'unstable' into aleksraiden-rocksdb-v9.0.0
No new revisions were added by this update.
Summary of changes:
src/search/ir.h | 21 ++++----
src/search/ir_pass.h | 12 ++---
src/search/ir_plan.h | 113 +++++++++++++++++++++++++++++++++++++++++++
src/search/ir_sema_checker.h | 4 +-
src/search/sql_transformer.h | 16 +++---
5 files changed, 140 insertions(+), 26 deletions(-)
create mode 100644 src/search/ir_plan.h