-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ESQL: Move some of ENRICH into compute Move much of the code powering ENRICH and LOOKUP from index into the `compute` project which has better support for testing `Operator`s. This is *almost* just a move - except that I had to change the way `QueryList` looks at `DataType` - because `compute` doesn't have `DataType`. Instead I've moved the places where we used `DataType` into method calls. I haven't changed how anything works in the tight loop - but I have changed how it works in the setup. * Do better * Rename * Drop extra
- Loading branch information
Showing
19 changed files
with
158 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...enrich/EnrichResultBuilderForBoolean.java → ...lookup/EnrichResultBuilderForBoolean.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...nrich/EnrichResultBuilderForBytesRef.java → ...ookup/EnrichResultBuilderForBytesRef.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../enrich/EnrichResultBuilderForDouble.java → .../lookup/EnrichResultBuilderForDouble.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...sql/enrich/EnrichResultBuilderForInt.java → ...tor/lookup/EnrichResultBuilderForInt.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ql/enrich/EnrichResultBuilderForLong.java → ...or/lookup/EnrichResultBuilderForLong.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.