# Copyright (c) reifydb.com 2026
# This file is licensed under the AGPL-3.0-or-later, see license.md file
query 'CALL rql::logical("from users map {id, name}")'
---
> +-------+---------+----------+-------------+------------------+
> | idx | depth | parent | kind | detail |
> +-------+---------+----------+-------------+------------------+
> | 0 | 0 | none | TableScan | default::users |
> | 1 | 0 | none | Map | id, name |
> +-------+---------+----------+-------------+------------------+
>