influxdb/query/stdlib
Jonathan A. Sternberg 60c58ad805
feat(query): add interface for the window aggregate capability (#17801)
Added an interface for an additional storage capability. This interface
will allow for checking if the reader supports the window aggregate call
and another method for invoking the call if it does.

This is implemented using a single interface. If the reader implements
the interface, it indicates that the client is capable of reading the
response. The `HasXXX` method is intended to check if the store supports
the operation. This method also takes a context because it could require
a remote call or to wait for one.
2020-04-21 14:15:38 -05:00
..
experimental refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
influxdata/influxdb feat(query): add interface for the window aggregate capability (#17801) 2020-04-21 14:15:38 -05:00
testing chore: update flux 0.66.1 2020-04-20 12:36:53 -06:00
packages.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00