Add function support to the query language
Ouverte
Maybe
Product: Logs
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 31
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.