query-engine
Here are 80 public repositories matching this topic...
-
Updated
Feb 28, 2022 - Go
MSSQL Storage
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The doc site https://arrow.apache.org/datafusion/ is the public face of DataFusion. While it currently has a great foundation / layout, the content is a bit out of date (and could always use more love)
Making DataFusion more accessible to new users would be great way to get involved with t
-
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
Feb 24, 2022 - TypeScript
-
Updated
Feb 15, 2022 - C#
-
Updated
Feb 16, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 24, 2022 - C++
-
Updated
Feb 25, 2022 - Elixir
-
Updated
Nov 3, 2020 - Shell
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Feb 11, 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
Mar 1, 2022 - Clojure
-
Updated
Sep 13, 2017 - Python
-
Updated
Oct 2, 2020 - Futhark
-
Updated
Mar 11, 2016 - Java
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Mar 27, 2021 - Rust
-
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."
Syntax for changing Iceberg table properties
Implementation tips
Implement the method
io.trino.spi.connector.ConnectorMetadata#setTablePropertiesinio.trino.plugin.iceberg.IcebergMetadata.Use
org.apache.iceberg.BaseTable#updatePropertiesfor updating table properties.Test tips
Add