Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doubles sketch post aggs #63

Merged
merged 2 commits into from
Mar 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix documentation
  • Loading branch information
jyu6 committed Mar 15, 2022
commit e474b1f0dd2eb6639aeab8ef417d2da815bcf84c
2 changes: 1 addition & 1 deletion builder/postaggregation/quantiles_doubles_sketch.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package postaggregation

// QuantilesDoublesSketchField struct for Field in QuantilesDoublesSketchToHistogram
// QuantilesDoublesSketchField struct for Field in QuantilesDoublesSketch Post Aggregators
type QuantilesDoublesSketchField struct {
Type string `json:"type,omitempty"`
Name string `json:"name,omitempty"`
Expand Down