# Copyright (c) reifydb.com 2025
# This file is licensed under the MIT
# Test query with named parameters in MAP
query_named 'MAP { a: $first, b: $second }' 'first=true' 'second=false'
---
> +--------+---------+
> | a | b |
> +--------+---------+
> | true | false |
> +--------+---------+
>