-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Add docs for count_ + distinct_over_time #130782
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 docs for count_ + distinct_over_time #130782
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks Larisa!
@@ -24,11 +24,11 @@ public MaxOverTimeTests(Supplier<TestCaseSupplier.TestCase> testCaseSupplier) { | |||
|
|||
@ParametersFactory | |||
public static Iterable<Object[]> parameters() { | |||
return MinTests.parameters(); | |||
return MaxTests.parameters(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Adds automated tests and docs for count_over_time and count_distinct_over_time