Skip to content
PromQL builder
UnaryOp
grafana/promql-builder
Home
Go
Python
Typescript
PromQL builder
grafana/promql-builder
Home
Go
Python
Typescript
Typescript
Installing
Reference
Reference
Promql
Promql
AggregationExprBuilder
BinaryExprBuilder
FuncCallExprBuilder
LabelSelectorBuilder
NumberLiteralExprBuilder
StringLiteralExprBuilder
SubqueryExprBuilder
UnaryExprBuilder
VectorExprBuilder
AggregationExpr
AggregationOp
BinaryExpr
BinaryOp
Expr
FuncCallExpr
LabelMatchingOperator
LabelSelector
NumberLiteralExpr
StringLiteralExpr
SubqueryExpr
UnaryExpr
UnaryOp
UnaryOp
Table of contents
Definition
VectorExpr
Table of contents
Definition
UnaryOp
🔗
Possible unary operators.
Definition
🔗
export
type
UnaryOp
=
"+"
|
"-"
;
Back to top