Add function support to the query language
未关闭
Maybe
Product: Logs
- 主要语言
- 没有语言数据
- 星标
- 31
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。