File tree Expand file tree Collapse file tree
website/docs/features/query-federation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,8 +354,8 @@ Parameterized queries can improve performance in several ways:
354354| [ spice-rs] ( https://github.com/spiceai/spice-rs ) (Rust) | v3.0.0+ | ` query_with_params() ` with ` RecordBatch ` | ✅ Full |
355355| [ spice-dotnet] ( https://github.com/spiceai/spice-dotnet ) (Dotnet) | v1.1.0+ | ` Query() ` with ` Dictionary<string, object> ` | ✅ Full |
356356| [ spice-java] ( https://github.com/spiceai/spice-java ) (Java) | v0.5.0+ | ` queryWithParams() ` with ` Param ` class | ✅ Full |
357- | [ spice.js] ( https://github.com/spiceai/spice.js ) (JavaScript) | TBD | TBD | ✅ Full |
358- | [ spicepy] ( https://github.com/spiceai/spicepy ) (Python) | TBD | TBD | ✅ Full |
357+ | [ spice.js] ( https://github.com/spiceai/spice.js ) (JavaScript) | v3.1.0+ | ` sql() ` with positional or named parameters | ✅ Full |
358+ | [ spicepy] ( https://github.com/spiceai/spicepy ) (Python) | v3.1.0+ | ` query_with_params() ` with ` Param ` class | ✅ Full |
359359| ADBC (Python) | - | ` cursor.execute() ` with ` parameters ` | ✅ Full |
360360| JDBC | - | ` PreparedStatement ` | ✅ Full |
361361| ODBC | - | Parameterized queries | ✅ Full |
You can’t perform that action at this time.
0 commit comments