Crate iceberg_catalog_sql

Source
Expand description

Iceberg sql catalog implementation.

Structs§

SqlCatalog
Sql catalog implementation.
SqlCatalogConfig
A struct representing the SQL catalog configuration.

Enums§

SqlBindStyle
Set the SQL parameter bind style to either $1..$N (Postgres style) or ? (SQLite/MySQL/MariaDB)