query-engine
Here are 79 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Go
MSSQL Storage
TPC-DS has many queries with IN predicates where all elements are constants. It's a low-hanging fruit if we could implement an InSet function for this all constants value case.
While implementing this, we could either use a hashtable or a chain of if-elif-else, depending on the length and the type of the constants array.
Q8:
WHERE substr(ca_zip, 1, 5) IN (
'2412-
Updated
Jun 24, 2021 - Go
Spinning up an instance;
import (
"github.com/dolthub/go-mysql-server/auth"
"github.com/dolthub/go-mysql-server/memory"
"github.com/dolthub/go-mysql-server/server"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql/information_schema"
)
func main() {
engine := sqle.NewDefault(
sql.NewDatabaseProvider(
memory.NewDatabase(TEST_DB_MYSQL_DAT
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
-
Updated
May 11, 2019 - Go
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Feb 15, 2022 - C#
-
Updated
Mar 16, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 28, 2022 - C++
-
Updated
Mar 24, 2022 - Elixir
-
Updated
Nov 3, 2020 - Shell
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Mar 10, 2022 - Coq
-
Updated
Mar 18, 2019 - Scala
-
Updated
Jan 11, 2022 - Java
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
Jan 5, 2019 - Python
-
Updated
Mar 28, 2022 - Clojure
-
Updated
Sep 13, 2017 - Python
-
Updated
Mar 27, 2021 - Rust
-
Updated
Oct 2, 2020 - Futhark
-
Updated
Mar 11, 2016 - Java
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Jul 20, 2020 - Python
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."
Need to migrate trino-maven-plugin to use GitHub actions instead of Travis CI. See trinodb/trino#6859 for some guidance.