1. 10 7月, 2021 1 次提交
  2. 30 6月, 2021 4 次提交
  3. 26 6月, 2021 1 次提交
  4. 25 6月, 2021 2 次提交
  5. 24 6月, 2021 3 次提交
  6. 23 6月, 2021 2 次提交
  7. 22 6月, 2021 1 次提交
  8. 21 6月, 2021 3 次提交
  9. 19 6月, 2021 1 次提交
  10. 18 6月, 2021 1 次提交
  11. 16 6月, 2021 1 次提交
  12. 15 6月, 2021 4 次提交
  13. 09 6月, 2021 1 次提交
  14. 04 6月, 2021 1 次提交
  15. 29 5月, 2021 1 次提交
  16. 28 5月, 2021 2 次提交
  17. 24 5月, 2021 1 次提交
  18. 07 5月, 2021 1 次提交
    • D
      Distinguish the dsl and expr in proxy and query node (#5118) · e5d4963b
      dragondriver 提交于
      Pass a parameter `IsExpr` from proxy to query node, so query 
      node can create search plan according to the variable `IsExpr`.
      It makes `segcore` unnecessary to distinguish `dsl` or `expr`
      using dynamic exception. When `IsExpr` is set to true, query
      node will call `CreatePlanByExpr` according to the passed
      information about expression. Otherwise query node will keep
      still to use `CreatePlan` according to the `dsl` information. At
      the same time, this pr adds some unittests to `CreatePlanByExpr`,
      these unittests translate already exist case with `dsl` to case with
      `expr`.
      Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
      e5d4963b
  19. 25 4月, 2021 1 次提交
  20. 24 4月, 2021 1 次提交
  21. 22 4月, 2021 1 次提交
  22. 19 4月, 2021 2 次提交
  23. 30 3月, 2021 3 次提交
  24. 26 3月, 2021 1 次提交