Add function support to the query language
Abierto
Maybe
Product: Logs
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 31
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.