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

SQL: Introduce NotEquals node to simplify expressions #35234

Merged
merged 5 commits into from Nov 5, 2018

Commits on Nov 4, 2018

  1. SQL: Introduce NotEquals node to simplify expressions

    Add NotEquals node in parser to simplify expressions so that <value1> != <value2> is
    no longer translated internally to NOT(<value1> = <value2>)
    
    Closes: elastic#35210
    Fixes: elastic#35233
    matriv committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    c2f0b3e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Address comments

    matriv committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    58b6065 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    matriv committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    35968fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97d148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f12069a View commit details
    Browse the repository at this point in the history