Skip to main content

RowFetcher

Type Alias RowFetcher 

Source
pub type RowFetcher = Box<dyn Fn(&[i64]) -> Result<RowVec> + Send + Sync>;
Expand description

Type alias for row fetcher function used in EXISTS/COUNT optimization.

Aliased Typeยง

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