Crate
iceberg_catalog_sql
iceberg_
catalog_
sql
0.4.0
All Items
Crate Items
Structs
Enums
Crates
iceberg
iceberg_cache_moka
iceberg_catalog_glue
iceberg_catalog_hms
iceberg_catalog_memory
iceberg_catalog_rest
iceberg_catalog_s3tables
iceberg_catalog_sql
iceberg_cli
iceberg_datafusion
iceberg_integration_tests
iceberg_sqllogictest
iceberg_test_utils
Crate
iceberg_catalog_sql
Copy item path
Settings
Help
Summary
Source
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)