SimplePredicate

class SimplePredicate(val field: Field, val operator: Operator, val value: Double) extends Predicate

Defines a rule in the form of a simple boolean expression. The rule consists of field, operator (booleanOperator) for binary comparison, and value.

trait Predicate
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def eval(input: Series): Predication

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val value: Double