diff options
| author | liuwentan <[email protected]> | 2023-11-20 18:50:11 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-11-20 18:50:11 +0800 |
| commit | a0cd830eaa1162fc35d71690319525fe8d20f980 (patch) | |
| tree | 3e570cb61442176ccd3f8137cb1af5a920ced4e2 /test | |
| parent | 91937cdbfbc04e746a3db7cbc9fae8430ca036e2 (diff) | |
[FEATURE]user-defined expr table scanning engine
Diffstat (limited to 'test')
| -rw-r--r-- | test/table_info.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/table_info.conf b/test/table_info.conf index 0bb98e4..07d655d 100644 --- a/test/table_info.conf +++ b/test/table_info.conf @@ -128,6 +128,7 @@ "table_name":"HTTP_REGION", "db_tables":["HTTP_URL", "HTTP_HOST"], "table_type":"expr", + "expr_engine":"rulescan", "valid_column":7, "custom": { "item_id":1, |
