Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ranger: merge multiple EQ or In expressions if possible #7577

Merged
merged 22 commits into from
Sep 10, 2018

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    efe0437 View commit details
    Browse the repository at this point in the history
  2. fix filterConds bug

    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    52f0b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70c96b View commit details
    Browse the repository at this point in the history
  4. revert split of function offset

    check the len(values) to decide whether EQ or In
    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    9e2ac09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1efbd86 View commit details
    Browse the repository at this point in the history
  6. add explain test

    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    0c3460a View commit details
    Browse the repository at this point in the history
  7. adjust comments

    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    c027370 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b2cf0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a603d1 View commit details
    Browse the repository at this point in the history
  10. modify unit test expected best plan, because empty range would

    be converted to TableDual now
    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    b1c1b24 View commit details
    Browse the repository at this point in the history
  11. adjust expected best plan of unit test, because emptry range scan is …

    …converted to TableDual
    eurekaka committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    2aa9a99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e8f961 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    26d7e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7950156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    615517f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    c48c57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7287827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5342c9b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    2cb7426 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    81ce95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f8a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8074c7b View commit details
    Browse the repository at this point in the history