query-engine
Here are 80 public repositories matching this topic...
-
Updated
Jan 28, 2022 - Go
MSSQL Storage
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am trying to programatically create Exprs that represent function calls, for example to_timetsamp(x, 4) or something
To do so today you have to do something like this (from simplify_expressions.rs) which is
// to_timestamp("2020-09-08T12:00:00+00:00")
-
Updated
Jun 24, 2021 - Go
It's possible to pass more query bindings than there are bindvars in a query. This should be an error.
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
-
Updated
May 11, 2019 - Go
-
Updated
Feb 3, 2022 - TypeScript
-
Updated
Jan 28, 2022 - C#
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Feb 3, 2022 - Java
-
Updated
Feb 3, 2022 - C++
-
Updated
Nov 3, 2020 - Shell
-
Updated
Feb 1, 2022 - Elixir
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Jan 17, 2022 - TypeScript
-
Updated
Oct 4, 2021 - Coq
-
Updated
Mar 18, 2019 - Scala
-
Updated
Jan 11, 2022 - Java
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
Jan 5, 2019 - Python
-
Updated
Feb 3, 2022 - Clojure
-
Updated
Sep 13, 2017 - Python
-
Updated
Oct 2, 2020 - Futhark
-
Updated
Mar 11, 2016 - Java
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Jul 20, 2020 - Python
-
Updated
Mar 27, 2021 - Rust
Improve this page
Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."
The current test
TestCassandraConnectorTesthas some issues:It would be nice to introduce type mapping tests.