query-engine
Here are 79 public repositories matching this topic...
-
Updated
Apr 9, 2022 - Go
MSSQL Storage
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, DataFusion creates column names by https://github.com/apache/arrow-datafusion/blob/7be0e268a69ffecbf06823c98ca572733dddb29e/datafusion/src/physical_plan/planner.rs#L91.
The approach has two existing problems:
- result in potential bugs, such as https://github.com/apache/arrow-
-
Updated
Mar 29, 2022 - 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
Apr 8, 2022 - TypeScript
-
Updated
Feb 15, 2022 - C#
-
Updated
Apr 8, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Apr 9, 2022 - C++
-
Updated
Apr 4, 2022 - Elixir
-
Updated
Nov 3, 2020 - Shell
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Apr 9, 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
Apr 8, 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."
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)