pub fn execute_downsample(
docs: &[Document],
interval: &str,
aggregation: &str,
time_field: &str,
value_field: &str,
) -> Result<Vec<Document>>Expand description
Execute downsample operation for time-series data Groups data by time interval and applies aggregation