apex / apex/roadmap

Add function support to the query language

オープン
#45 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。