Skip to content

Commit

Permalink
[ES|QL] Add to_geopoint function support (#172815)
Browse files Browse the repository at this point in the history
## Summary

Add support to `to_geopoint` as in
elastic/elasticsearch#102177
  • Loading branch information
dej611 committed Dec 7, 2023
1 parent 784c981 commit 92024dd
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 407 deletions.
1 change: 1 addition & 0 deletions packages/kbn-monaco/src/esql/antlr/esql_lexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ MATH_FUNCTION
| T O UNDERSCORE R A D I A N S
| T O UNDERSCORE V E R S I O N
| T O UNDERSCORE U N S I G N E D UNDERSCORE L O N G
| T O UNDERSCORE G E O P O I N T
;

UNARY_FUNCTION
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-monaco/src/esql/antlr/esql_lexer.interp

Large diffs are not rendered by default.

Loading

0 comments on commit 92024dd

Please sign in to comment.