Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trzysiek committed Oct 3, 2024
1 parent 7a9ac0c commit ad91db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quesma/model/bucket_aggregations/date_histogram.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (query *DateHistogram) NewRowsTransformer() model.QueryRowsTransformer {
type DateHistogramRowsTransformer struct {
minDocCount int
differenceBetweenTwoNextKeys int64 // if 0, we don't add keys
addedEmptyRows int
}

// if minDocCount == 0, and we have buckets e.g. [key, value1], [key+10, value2], we need to insert [key+1, 0], [key+2, 0]...
Expand Down

0 comments on commit ad91db2

Please sign in to comment.