feat(query): add nested query function

This commit is contained in:
“happyguoxy” 2022-05-16 19:58:37 +08:00
parent c78d84d47c
commit e7a54d411a
1 changed files with 1 additions and 0 deletions

View File

@ -54,5 +54,6 @@ python3 ./test.py -f 2-query/arcsin.py
python3 ./test.py -f 2-query/arccos.py
python3 ./test.py -f 2-query/arctan.py
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
python3 ./test.py -f 2-query/nestedQuery.py
python3 ./test.py -f 7-tmq/basic5.py