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