Skip to main content

Module engine

Module engine 

Source
Expand description

SQL executor and the first query-planning layer.

Queries are resolved into a flat row/schema representation. This keeps joins, grouping, scalar expressions, and three-valued predicates on one execution path while retaining the simple State API used by the storage tests.

Functionsยง

execute