Skip to main content

Module compiler

Module compiler 

Source
Expand description

Flow compilation - compiles RQL physical plans into Flows

This module uses AdminTransaction directly instead of being generic over MultiVersionAdminTransaction to avoid lifetime issues with async recursion.

Modules§

operator
Operator-specific compilation implementations
primitive
Source-specific compilation implementations

Functions§

compile_flow
Public API for compiling logical plans to Flows with an existing flow ID.
compile_subscription_flow