Struct mentat_query_projector::ConstantProjector [] [src]

pub struct ConstantProjector { /* fields omitted */ }

A projector that produces a QueryResult containing fixed data. Takes a boxed function that should return an empty result set of the desired type.

Methods

impl ConstantProjector
[src]

[src]

[src]

Trait Implementations

impl Projector for ConstantProjector
[src]

[src]

[src]