Skip to content

Conversation

@dej611
Copy link
Contributor

@dej611 dej611 commented Jan 16, 2024

This is a PoC on exposing literal operator (functions) via SHOW FUNCTIONS leveraging the function annotation system.

@dej611 dej611 added the :Analytics/ES|QL AKA ESQL label Jan 16, 2024
@elasticsearchmachine elasticsearchmachine added v8.13.0 external-contributor Pull request authored by a developer outside the Elasticsearch team labels Jan 16, 2024
def(Split.class, Split::new, "split") } };
def(Split.class, Split::new, "split") },
// builtin functions
new FunctionDefinition[] {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've hacked this to make it show up in SHOW FUNCTIONS, but after discussing with @luigidellaquila it should live probably somewhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL external-contributor Pull request authored by a developer outside the Elasticsearch team v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants