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: Internal refactoring of operators as functions #34097

Merged
merged 2 commits into from
Sep 27, 2018

Commits on Sep 26, 2018

  1. Internal refactoring of operators as functions

    Rename ProcessDefinition to Pipe
    Add asScript / asPipe onto Expression (might be pushed further down)
    Add ScriptWeaver as a mixin-in interface for script customization
    Add logic for equals/lte/lt
    Improve BinaryOperator/expression toString
    Minimize duplication across string functions
    
    Close elastic#33975
    costin committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    de9743f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Address feedback

    costin committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    affe3fb View commit details
    Browse the repository at this point in the history