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

[data.query.query] Create expression functions for KQL/Lucene & add toAst method #67895

Closed
4 tasks done
lukeelmers opened this issue Jun 1, 2020 · 1 comment · Fixed by #93043
Closed
4 tasks done
Labels
Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline)

Comments

@lukeelmers
Copy link
Member

lukeelmers commented Jun 1, 2020

Part of #61769
Blocks #65988

  • create kql expression function
    • usage kql "foo > 0"
  • create lucene expression functions
    • usage lucene "foo:bar"
  • create query expression type (which both above functions return)
  • add toExpressionAst() method (or utility function) to query
@lukeelmers lukeelmers added Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline) Team:AppArch labels Jun 1, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lukeelmers lukeelmers added this to 7.9 in kibana-app-arch Jun 1, 2020
@lukeelmers lukeelmers moved this from 7.9 to 7.10 in kibana-app-arch Jun 8, 2020
@lukeelmers lukeelmers self-assigned this Jun 8, 2020
@lukeelmers lukeelmers moved this from 7.10 - Tentative to 7.11 - Tentative in kibana-app-arch Jul 22, 2020
@lukeelmers lukeelmers removed this from 7.11 in kibana-app-arch Dec 14, 2020
@lukeelmers lukeelmers removed their assignment Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants