We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a82a0 commit 35c56c5Copy full SHA for 35c56c5
1 file changed
integ-test/src/test/resources/expectedOutput/calcite_no_pushdown/explain_filter_push.yaml
@@ -2,7 +2,7 @@ calcite:
2
logical: |
3
LogicalSystemLimit(fetch=[10000], type=[QUERY_SIZE_LIMIT])
4
LogicalProject(age=[$8])
5
- LogicalFilter(condition=[AND(>($8, 30), <($8, 40), >($3, 10000))])
+ LogicalFilter(condition=[AND(SEARCH($8, Sarg[(30..40)]), >($3, 10000))])
6
CalciteLogicalIndexScan(table=[[OpenSearch, opensearch-sql_test_index_account]])
7
physical: |
8
EnumerableLimit(fetch=[10000])
0 commit comments