Merge pull request #1064 from influxdata/sgc-readspec
fix(storage): Add db/rp fields for InfluxDB OSSpull/10616/head
commit
a005792a8c
|
@ -201,6 +201,9 @@ type ReadSpec struct {
|
||||||
// When GroupMode is GroupModeBy, the results will be grouped by the specified keys.
|
// When GroupMode is GroupModeBy, the results will be grouped by the specified keys.
|
||||||
// When GroupMode is GroupModeExcept, the results will be grouped by all keys, except those specified.
|
// When GroupMode is GroupModeExcept, the results will be grouped by all keys, except those specified.
|
||||||
GroupKeys []string
|
GroupKeys []string
|
||||||
|
|
||||||
|
Database string // required by InfluxDB OSS
|
||||||
|
RetentionPolicy string // required by InfluxDB OSS
|
||||||
}
|
}
|
||||||
|
|
||||||
type Reader interface {
|
type Reader interface {
|
||||||
|
|
Loading…
Reference in New Issue