pub fn execute_columnar_row_ids<'txn, S: KVStore + 'txn>(
txn: &mut impl SqlTxn<'txn, S>,
table_meta: &TableMetadata,
scan: &ColumnarScan,
) -> Result<Vec<u64>>Expand description
ColumnarScan を実行し、フィルタ後の RowID のみを返す。
RowIdMode::Direct で columnar ストレージの場合、行本体の読み込みを避けて RowID 再フェッチ用の候補セットを得る目的で使用する。