reifydb-client 0.5.0

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Generated from: params_positional.tap.md#float4_param
# Test: Positional parameter with FLOAT4 type

command_positional 'MAP {result: $1}' '3.14'
---
> +----------+
> |  result  |
> +----------+
> |   3.14   |
> +----------+
>