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

Add function support to the query language #45

Open
tj opened this issue Aug 4, 2020 · 0 comments
Open

Add function support to the query language #45

tj opened this issue Aug 4, 2020 · 0 comments
Labels
Maybe Product: Logs Issues for Apex Logs

Comments

@tj
Copy link
Member

tj commented Aug 4, 2020

For 99% of cases I don't think they're really necessary, but it might be nice to have some functions such as length(str) in the language, for example if you wanted to query customers who provided abnormally large URLs:

length(url) > 256

Some useful functions might be:

  • string functions for trimming, replacing etc
  • math functions
  • functions for extracting date/time components?
  • functions to check formats (is a valid ip address etc?)

Let me know if there are any you think would be useful.

@tj tj added Product: Logs Issues for Apex Logs Maybe labels Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maybe Product: Logs Issues for Apex Logs
Projects
None yet
Development

No branches or pull requests

1 participant