Skip to main content

Crate papera

Crate papera 

Source

Re-exports§

pub use dialect::SourceDialect;
pub use error::Error;
pub use error::Result;
pub use transpiler::Transpiler;

Modules§

dialect
error
transpiler

Structs§

SerdeClassResolver
A user-supplied resolver that maps a Hive SerDe class name to a DuckDB reader function.
TranspileOptions
Options controlling transpilation behavior.

Enums§

CopyBehavior
How to handle Redshift COPY FROM statements.
ExternalTableBehavior
How to handle external table statements backed by S3 storage.
IcebergTableBehavior
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.