package
1.0.0
Repository: https://github.com/orangetux/kapacitor.git
Documentation: pkg.go.dev

# Functions

True if token type is an operator used in comparisons.
True if token type is an operator used in mathematical or boolean expressions.
No description provided by the author
True if token type is an operator used in mathematical expressions.
Parse returns a Node, created by parsing the DSL described in the argument string.
Parse returns a LambdaNode, created by parsing a lambda expression.
No description provided by the author
Convert raw value to literal node, for all supported basic types.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

binaryNode holds two arguments and an operator.
boolNode holds one argument and an operator.
No description provided by the author
Hold the contents of a comment.
No description provided by the author
durationNode holds a number: signed or unsigned integer or float.
Holds the a function call with its args.
Holds the textual representation of an identifier.
Represents the beginning of a lambda expression.
Holds the list of other nodes.
numberNode holds a number: signed or unsigned integer or float.
Holds a function call with its args.
Holds the textual representation of an identifier.
Holds the textual representation of a regex literal.
Represents a standalone '*' token.
Holds the textual representation of a string literal.
No description provided by the author
unaryNode holds one argument and an operator.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author