pub fn execute_query(
query: &ParsedQuery,
events: &[(String, Vec<LogEvent>)],
start_time_secs: i64,
end_time_secs: i64,
) -> Vec<Value>Expand description
Execute a parsed query against a set of log events. Returns results in the CloudWatch Logs Insights format: array of arrays of {field, value} objects.