Commit 2769584
authored
ESQL: Build
This removes a member variable we initiaized to the UPPER CASE name of
the class in every function. This was costing us a couple dozen bytes
for every function invocation in the plan in ESQL. Fine if there are 10
functions, annoying if there are thousands.functionName on the fly (elastic#134395)1 parent fc5a7ef commit 2769584
File tree
1 file changed
+1
-4
lines changed- x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/function
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
0 commit comments