pub type RowFetcher = Box<dyn Fn(&[i64]) -> Result<RowVec> + Send + Sync>;
Type alias for row fetcher function used in EXISTS/COUNT optimization.
pub struct RowFetcher(/* private fields */);