Skip to main content

Module volcano

Module volcano 

Source
Expand description

Volcano-style execution: open/next/close iterator pipeline that pulls rows through scans, joins, and other relational operators a row-at-a-time (or column-batch-at-a-time). Sits alongside the vectorised path; the planner picks one based on the shape of the query and the cost model.

Modulesยง

aggregate
apply_transform
assert
compile
distinct
environment
extend
filter
generator
inline
join
map
patch
query
row_lookup
run_tests
scalarize
scan
sort
take
top_k
variable