Skip to main content

open_query_source

Function open_query_source 

Source
pub fn open_query_source(
    engine: &Arc<MVCCEngine>,
    active_transaction: &Mutex<Option<ActiveTransaction>>,
    table_name: &str,
    temporal_requested: bool,
) -> Result<QuerySourceHandle>
Expand description

Open the physical source once while preserving the legacy rule that an explicit transaction owns the snapshot and therefore suppresses AS OF.