Skip to main content

cache_exists_correlation

Function cache_exists_correlation 

Source
pub fn cache_exists_correlation(
    subquery_ptr: usize,
    info: Option<ExistsCorrelationInfo>,
) -> Option<Arc<ExistsCorrelationInfo>>
Expand description

Cache EXISTS correlation info and return the Arc-wrapped version. Returns None if info was None (correlation not extractable).