feat: resolved conflicts

This commit is contained in:
eKuG 2025-08-20 17:30:52 +05:30
parent 98f4e840cd
commit 49aaecd02c

View File

@ -52,6 +52,9 @@ type QueryBuilderTraceOperator struct {
StepInterval Step `json:"stepInterval,omitempty"`
GroupBy []GroupByKey `json:"groupBy,omitempty"`
// having clause to apply to the aggregated query results
Having *Having `json:"having,omitempty"`
Limit int `json:"limit,omitempty"`
Cursor string `json:"cursor,omitempty"`