pub fn execute_query_indexed(
query: &SelectQuery,
rows: &[Row],
schema: &Schema,
index: Option<&TableIndex>,
searcher: Option<&TableSearcher>,
) -> Result<(Vec<Row>, Vec<String>)>Expand description
Execute a query with optional B-tree index and FTS searcher.