Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CursorIterator ¶
type CursorIterator struct {
// contains filtered or unexported fields
}
func (*CursorIterator) Cursor ¶
func (ci *CursorIterator) Cursor() tsdb.Cursor
func (*CursorIterator) Next ¶
func (ci *CursorIterator) Next() bool
type MetaClient ¶
type ReadRequest ¶
type ReadRequest struct { Database string RP string Shards []*tsdb.Shard Start int64 // start time End int64 // end time }
Request message for Storage.Read.
type ResultSet ¶
type ResultSet struct {
// contains filtered or unexported fields
}
func (*ResultSet) CursorIterator ¶
func (r *ResultSet) CursorIterator() *CursorIterator
Click to show internal directories.
Click to hide internal directories.