Skip to main content

PhysicalProjectRows

Type Alias PhysicalProjectRows 

Source
pub type PhysicalProjectRows = Box<dyn Iterator<Item = ExecResult<PhysicalRow>> + Send>;
Expand description

Owned physical row stream produced for one input row without materializing named maps.

Aliased Typeยง

pub struct PhysicalProjectRows(/* private fields */);