Skip to content

yggdrasil.plan.execute

execute

Execute a plan-node tree against concrete Tabular sources.

Pushes predicates and row_limit into CastOptions for I/O-level optimization (partition pruning, row-group skipping). Uses Tabular interface methods (.filter/.select/.unique) which dispatch to the correct engine (Spark DataFrame API or Arrow C++ kernels).