Add index filtering based on column value type
This commit is contained in:
parent
a5441cdcde
commit
a1ee30e5fc
|
@ -1488,12 +1488,14 @@
|
||||||
,,y,script,./test.sh -f tmp/monitor.sim
|
,,y,script,./test.sh -f tmp/monitor.sim
|
||||||
,,y,script,./test.sh -f tsim/tagindex/add_index.sim
|
,,y,script,./test.sh -f tsim/tagindex/add_index.sim
|
||||||
,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim
|
,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim
|
||||||
|
,,y,script,./test.sh -f tsim/tagindex/indexOverflow.sim
|
||||||
,,y,script,./test.sh -f tsim/view/view.sim
|
,,y,script,./test.sh -f tsim/view/view.sim
|
||||||
,,y,script,./test.sh -f tsim/query/cache_last.sim
|
,,y,script,./test.sh -f tsim/query/cache_last.sim
|
||||||
,,y,script,./test.sh -f tsim/query/const.sim
|
,,y,script,./test.sh -f tsim/query/const.sim
|
||||||
,,y,script,./test.sh -f tsim/query/nestedJoinView.sim
|
,,y,script,./test.sh -f tsim/query/nestedJoinView.sim
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#develop test
|
#develop test
|
||||||
,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py
|
,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py
|
||||||
,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py
|
,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py
|
||||||
|
|
|
@ -401,6 +401,7 @@
|
||||||
./test.sh -f tsim/tag/tbNameIn.sim
|
./test.sh -f tsim/tag/tbNameIn.sim
|
||||||
./test.sh -f tmp/monitor.sim
|
./test.sh -f tmp/monitor.sim
|
||||||
./test.sh -f tsim/tagindex/add_index.sim
|
./test.sh -f tsim/tagindex/add_index.sim
|
||||||
|
./test.sh -f tsim/tagindex/indexOverflow.sim
|
||||||
./test.sh -f tsim/tagindex/sma_and_tag_index.sim
|
./test.sh -f tsim/tagindex/sma_and_tag_index.sim
|
||||||
./test.sh -f tsim/view/view.sim
|
./test.sh -f tsim/view/view.sim
|
||||||
./test.sh -f tsim/query/cache_last.sim
|
./test.sh -f tsim/query/cache_last.sim
|
||||||
|
|
Loading…
Reference in New Issue