Class ExecutionValueExpression
java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.indexinglanguage.expressions.Expression
com.yahoo.vespa.indexinglanguage.expressions.ExecutionValueExpression
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.vespa.indexinglanguage.expressions.Expression
convertChildren, doResolve, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, fromString, fromString, getInputType, getOutputType, getOutputType, isMutating, leastGeneralNonNullOf, leastGeneralOf, mostGeneralOf, newInstance, requireOutputType, requiresInput, resolve, resolve, resolve, resolve, resolve, resolve, resolve, resolve, resolve, setInputType, setInputType, setOutputType, setOutputType, setStatementOutputMethods inherited from class com.yahoo.vespa.objects.Selectable
select, select, selectMembers
-
Constructor Details
-
ExecutionValueExpression
public ExecutionValueExpression()
-
-
Method Details