(improvement)(semantic) create model demo data through api instead of data-h2.sql

(improvement)(semantic) create benchmark demo data through api instead of data-h2.sql
This commit is contained in:
jolunoluo
2023-09-22 22:16:54 +08:00
parent 0982c013d1
commit ccfdec8b45
41 changed files with 616 additions and 153 deletions

View File

@@ -10,7 +10,7 @@ public enum AggOperatorEnum {
SUM("SUM"),
DISTINCT("DISTINCT"),
COUNT_DISTINCT("COUNT_DISTINCT"),
TOPN("TOPN"),