OpenSearch/x-pack/qa/sql
Costin Leau 15515a616e
SQL: Internal refactoring of operators as functions (#34097)
Centralize and simplify the script generation between operators and functions which are currently decoupled. As part of this process most predicates (<, <=, etc...) were made ScalarFunction as their purpose and functionality is quite similar (see % and MOD functions).
Renamed ProcessDefinition to Pipe
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 #33975
2018-09-27 23:42:57 +03:00
..
multinode Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
no-security SQL: Internal refactoring of operators as functions (#34097) 2018-09-27 23:42:57 +03:00
security Structured audit logging (#31931) 2018-09-14 15:25:53 +03:00
src/main SQL: Internal refactoring of operators as functions (#34097) 2018-09-27 23:42:57 +03:00
build.gradle Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00