Crate iceberg_catalog_sql
source ·Expand description
Iceberg sql catalog implementation.
Structs§
- Sql catalog implementation.
- A struct representing the SQL catalog configuration.
Enums§
- Set the SQL parameter bind style to either $1..$N (Postgres style) or ? (SQLite/MySQL/MariaDB)