Snapshotmain · f8e1c96
A connection turns SQL into optimized physical pipelines that scan and transform vectors backed by transactional storage.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
DataChunkA collection of column vectors processed together by physical operators.
How to study this repo
- 1Bind a statement
Trace a parsed table reference into a typed logical plan.
- 2Watch a rewrite
Find where the optimizer pushes a filter closer to its scan.
- 3Follow a DataChunk
Track one vector batch from storage through a pipeline to a result.