Re-exports§
pub use dialect::SourceDialect;pub use dialect::TargetDialect;pub use error::Error;pub use error::Result;pub use transpiler::Transpiler;
Modules§
Structs§
- Serde
Class Resolver - A user-supplied resolver that maps a Hive SerDe class name to a DuckDB reader function.
- Transpile
Options - Options controlling transpilation behavior.
Enums§
- Copy
Behavior - How to handle Redshift COPY FROM statements.
- External
Table Behavior - How to handle external table statements backed by S3 storage.
- Iceberg
Table Behavior - How to handle Iceberg tables (detected via TBLPROPERTIES ‘table_type’=‘ICEBERG’).
Functions§
- transpile
- Parse source SQL, transpile it, and emit DuckDB-compatible SQL.
- transpile_
with_ options - Parse source SQL, transpile it with the given options, and emit DuckDB-compatible SQL.