reifydb-client 0.4.13

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Generated from: params_named.tap.md#float8_param
# Test: Query with named FLOAT8 parameter

query_named 'MAP {result: $float8_val}' 'float8_val=3.141592653589793'
---
> +--------------------+
> |       result       |
> +--------------------+
> |  3.14159265358979  |
> +--------------------+
>