pub fn open_query_table(
engine: &Arc<MVCCEngine>,
active_transaction: &Mutex<Option<ActiveTransaction>>,
table_name: &str,
) -> Result<QueryTableHandle>Expand description
Open a table against the explicit transaction snapshot when present, or create one statement-local snapshot otherwise.