Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmptyMIterator = emptyMIterator{}
Functions ¶
This section is empty.
Types ¶
type ExecutionContext ¶
type MeasureExecutable ¶
type MeasureExecutable interface {
Execute(MeasureExecutionContext) (MIterator, error)
}
type MeasureExecutionContext ¶
type MeasureExecutionContext interface {
ExecutionContext
ParseField(name string, item tsdb.Item) (*measurev1.DataPoint_Field, error)
}
type StreamExecutable ¶
type StreamExecutable interface {
Execute(StreamExecutionContext) ([]*streamv1.Element, error)
}
type StreamExecutionContext ¶
type StreamExecutionContext interface {
ExecutionContext
ParseElementID(item tsdb.Item) (string, error)
}
Click to show internal directories.
Click to hide internal directories.