Expr

com.netflix.atlas.core.model.Expr
trait Expr extends Product

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
trait EventExpr
class Raw
class Table
trait Query
class And
object False
trait KeyQuery
class HasKey
class Equal
class GreaterThan
class In
class LessThan
trait PatternQuery
class Regex
class Not
class Or
object True
class StyleExpr
trait DataExpr
class Count
class Max
class Min
class Sum
class All
class GroupBy
trait FilterExpr
class Filter
class BottomK
class TopK
class Stat
trait StatExpr
object StatAvg
object StatCount
object StatLast
object StatMax
object StatMin
object StatTotal
trait MathExpr
trait AggrMathExpr
class Count
class Max
class Min
class Sum
class As
class Add
class And
class Divide
class FAdd
class FDivide
class FMultiply
class FSubtract
class GreaterThan
class LessThan
class Multiply
class Or
class Power
class Subtract
class ClampMax
class ClampMin
class Constant
class GroupBy
class NamedRewrite
class Percentiles
object Random
class SeededRandom
class Time
class TimeSpan
class Abs
class Negate
class PerStep
class Sine
class Sqrt
trait StatefulExpr
trait OnlineExpr
class Delay
class Derivative
class Des
class Integral
class RollingCount
class RollingMax
class RollingMean
class RollingMin
class RollingSum
class SlidingDes
class Trend
trait TraceQuery
class Child
class Simple
class SpanAnd
class SpanOr
class SpanFilter
Show all

Members list

Value members

Concrete methods

def exprString: String

Returns a string that can be executed with the stack interpreter to create this expression.

Returns a string that can be executed with the stack interpreter to create this expression.

Attributes

def rewrite(f: PartialFunction[Expr, Expr]): Expr

Rewrite the expression using the specified function. The default implementation will try to recursively apply the rewrite to case classes.

Rewrite the expression using the specified function. The default implementation will try to recursively apply the rewrite to case classes.

Attributes

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product