Function servers::prom_store::collect_timeseries_ids

source ·
fn collect_timeseries_ids(
    table_name: &str,
    recordbatch: &RecordBatch,
) -> Vec<TimeSeriesId>
Expand description

Collect each row’s timeseries id This processing is ugly, hope https://github.com/GreptimeTeam/greptimedb/issues/336 making some progress in future.