github.com/whtcorpsinc/MilevaDB-Prod@v0.0.0-20211104133533-f57f4be3b597/interlock/testdata/point_get_suite_in.json (about)

     1  [
     2    {
     3      "name": "TestClusterIndexCBOPointGet",
     4      "cases": [
     5        "select * from t1 where a = 1 and b = 1 and c = 1",
     6        "select * from t2 where t2.a = '111' and t2.b = 1",
     7        "select * from t1 join t2 on t1.a = t2.b where t1.a = 1",
     8        "select * from t1 where (a,b) in ((1,1),(2,2)) and c = 2",
     9        "select * from t2 where a in ('111','222') and b = 2",
    10        "select * from t2 where a in ('111','222') union all select a,c from t1 where (a,b) in ((1,1),(2,2))"
    11      ]
    12    }
    13  ]