pub fn execute_query(
query: &ParsedQuery,
streams: &[QueryStream],
start_time_secs: i64,
end_time_secs: i64,
) -> Vec<Value>Expand description
Execute a parsed query against a set of streams, returning results in the
CloudWatch Logs Insights format: an array of rows, each an array of
{field, value} objects.