reifydb-rql 0.4.13

ReifyDB Query Language (RQL) parser and AST
Documentation
1
2
3
4
5
6
7
# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file

physical 'window tumbling { count(items) } with { interval: "5s" }'
---
> └── Window: Tumbling { size: Duration(5s) }
>