Skip to content

Commit

Permalink
feat: init rapid_engine & fix clang-format #78
Browse files Browse the repository at this point in the history
  • Loading branch information
hustjieke committed Sep 6, 2024
1 parent 47e2d83 commit 845dbdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ml/ml_regression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#include <string>

#include "include/my_inttypes.h"
#include "include/thr_lock.h" //TL_READ
#include "include/thr_lock.h" //TL_READ
#include "mysqld_error.h"
#include "sql-common/json_dom.h" //Json_wrapper.
#include "sql/current_thd.h"
#include "sql/derror.h" //ER_TH
#include "sql/handler.h"
#include "sql/mysqld.h"
#include "sql/sql_base.h"
#include "sql/table.h"
#include "mysqld_error.h"

#include "ml_utils.h" //ml utils
#include "storage/innobase/include/ut0dbg.h" //for ut_a
Expand Down Expand Up @@ -381,4 +381,4 @@ int ML_regression::predict_table() { return 0; }
ML_TASK_TYPE ML_regression::type() { return ML_TASK_TYPE::REGRESSION; }

} // namespace ML
} // namespace ShannonBase
} // namespace ShannonBase
2 changes: 2 additions & 0 deletions storage/rapid_engine/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is shannon rapid engine, which is a counterpart of MySQL Heatwave. Rapid engine will use in-memory columnar-orient for accelerating analytical workloads
processing, aka, both OLTP workloads and OLAP workloads are processing by Shannonbase without ETL.

0 comments on commit 845dbdb

Please sign in to comment.