Added from_unix operator #1535

This commit is contained in:
Mike Farah
2023-02-02 12:42:36 +11:00
parent d21bb920d6
commit 75920481b1
5 changed files with 63 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ var participleYqRules = []*participleYqRule{
simpleOp("format_datetime", formatDateTimeOpType),
simpleOp("now", nowOpType),
simpleOp("tz", tzOpType),
simpleOp("from_?unix", fromUnixOpType),
simpleOp("with_dtf", withDtFormatOpType),
simpleOp("error", errorOpType),
simpleOp("sortKeys", sortKeysOpType),