Uses of Class
com.pervasive.datarush.functions.EvaluationContext
-
Packages that use EvaluationContext Package Description com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records. -
-
Uses of EvaluationContext in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type EvaluationContext Modifier and Type Method Description ScalarValued
ConstantReference. getSubexpressionEvaluation(EvaluationContext ctx)
ScalarValued
FieldReference. getSubexpressionEvaluation(EvaluationContext ctx)
ScalarValued
ScalarValuedFunction. getSubexpressionEvaluation(EvaluationContext ctx)
Constructs an instance of an evaluation of the function in the context of a larger expression.
-