pub fn execute(
query: &QueryNode,
conn: &Connection,
opts: QueryOptions,
) -> Result<Vec<LogEntry>>Expand description
Execute a parsed query against the index and return matching entries.
Results are ordered by timestamp DESC, id DESC (newest first, with
row id as stable tiebreaker for identical timestamps). Use
QueryOptions to cap or page the result set.