Package com.yahoo.vespa.indexinglanguage
Interface UpdateFieldValues
- All Superinterfaces:
FieldTypes,FieldValues
- All Known Implementing Classes:
FieldPathUpdateFieldValues,FieldUpdateFieldValues,IdentityFieldPathUpdateFieldValues
- Author:
- Simon Thoresen Hult
-
Method Summary
Modifier and TypeMethodDescriptiongetExpression(Expression expression) com.yahoo.document.DocumentUpdatedefault booleanReturns true if this has values for all possibly existing inputs, false if it represents a partial set of values.Methods inherited from interface com.yahoo.vespa.indexinglanguage.expressions.FieldTypes
getFieldTypeMethods inherited from interface com.yahoo.vespa.indexinglanguage.expressions.FieldValues
getInputValue, getInputValue, setOutputValue
-
Method Details
-
getOutput
com.yahoo.document.DocumentUpdate getOutput() -
getExpression
-
isComplete
default boolean isComplete()Description copied from interface:FieldValuesReturns true if this has values for all possibly existing inputs, false if it represents a partial set of values.- Specified by:
isCompletein interfaceFieldValues
-