Skip to main content

Module fallback

Module fallback 

Source
Expand description

Fallback mechanism for pipeline compilation.

ExecutablePipeline wraps either a successfully compiled pipeline or a fallback marker indicating that compilation failed. The caller in laminar-sql or laminar-db is responsible for providing interpreted DataFusion execution when the fallback variant is returned.

Enumsยง

ExecutablePipeline
A pipeline that is either compiled to native code or marked for fallback.