Class ExecutionValueExpression

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.indexinglanguage.expressions.Expression
com.yahoo.vespa.indexinglanguage.expressions.ExecutionValueExpression

public final class ExecutionValueExpression extends Expression
Returns the current execution value, that is the value passed to this expression. Referring to this explicitly is useful e.g to concatenate it to some other string: ... | input foo . " " . _ | ...
Author:
bratseth