Skip to main content

execute_exists

Function execute_exists 

Source
pub fn execute_exists<'txn, S: KVStore + 'txn, C: Catalog + ?Sized, T: SqlTxn<'txn, S>>(
    txn: &mut T,
    catalog: &C,
    subquery: &LogicalPlan,
) -> Result<bool>
Expand description

Execute EXISTS subquery.