# Copyright (c) reifydb.com 2026
# This file is licensed under the Apache-2.0, see license.md file
query 'CALL rql::explain("window tumbling { count(items) } with { duration: 5s }")'
---
> +-------+---------+----------+----------+----------------------------------------------------------------------------------------+
> | idx | depth | parent | kind | detail |
> +-------+---------+----------+----------+----------------------------------------------------------------------------------------+
> | 0 | 0 | none | Window | kind=Tumbling { size: Duration(Duration { months: 0, days: 0, nanos: 5000000000 }) } |
> +-------+---------+----------+----------+----------------------------------------------------------------------------------------+
>