Skip to main content

Module types

Module types 

Source
Expand description

Factorized execution core types.

See spec Section 13 for semantics.

Structs§

FactorizedChunk
A factorized chunk: a batch of vector groups.
QueryResult
Final materialized query result.
VectorGroup
A vector group: one row-set with named typed columns and a multiplicity.

Enums§

TypedVector
A typed column vector (one column of data in a group).
Value
A scalar value (materialized from TypedVector for output).