Skip to content

yggdrasil.plan.sql_emitter

sql_emitter

Emit SQL from plan nodes.

Walks a :class:PlanNode tree and renders SQL text in the chosen dialect. Expression-level emission delegates to the existing :func:yggdrasil.execution.expr.backends.sql.to_sql.