//
pkg.gl
Category
github.com/chronosphereiox/m3
src
query
parser
package
0.0.0-20191121140916-9649366ff4b2
Repository:
https://github.com/chronosphereiox/m3.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
39 SLOC
#
Packages
common
No description provided by the author
m3ql
Package m3ql is a generated GoMock package.
promql
No description provided by the author
#
Functions
NewTransformFromOperation
NewTransformFromOperation creates a new transform.
#
Structs
Edge
Edge identifies parent-child relation between transforms.
Node
Node represents an immutable node in the common DAG with a unique identifier.
#
Interfaces
Params
Params is a function definition.
Parser
Parser consists of the language specific representation of AST and can convert into a common DAG.
Source
Source represents data sources which are handled differently than other transforms as they are always independent and can always be parallelized.
#
Type aliases
Edges
Edges is a slice of Edge objects.
NodeID
NodeID uniquely identifies all transforms in DAG.
Nodes
Nodes is a slice of Node objects.