Class UnresolvedFieldValue
java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.document.datatypes.FieldValue
com.yahoo.vespa.indexinglanguage.expressions.UnresolvedFieldValue
- All Implemented Interfaces:
Cloneable,Comparable<com.yahoo.document.datatypes.FieldValue>
public class UnresolvedFieldValue
extends com.yahoo.document.datatypes.FieldValue
- Author:
- Simon Thoresen Hult
-
Field Summary
Fields inherited from class com.yahoo.document.datatypes.FieldValue
classId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()voiddeserialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldReader reader) com.yahoo.document.DataTypestatic com.yahoo.document.PrimitiveDataType.FactoryvoidprintXml(com.yahoo.document.serialization.XmlStream xml) Deprecated.voidserialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldWriter writer) Methods inherited from class com.yahoo.document.datatypes.FieldValue
clone, compareTo, create, deserialize, getRecursiveValue, getRecursiveValue, getWrappedValue, onDeserialize, onSerialize, serialize, toXmlMethods inherited from class com.yahoo.vespa.objects.Identifiable
create, createFromId, deserialize, deserializeOptional, deserializeWithId, equals, equals, getClassId, getRawUtf8Bytes, getUtf8, hashCode, onGetClassId, putUtf8, registerClass, registerClass, serialize, serializeOptional, serializeWithId, toString, visitMembersMethods inherited from class com.yahoo.vespa.objects.Selectable
select, select, selectMembers
-
Constructor Details
-
UnresolvedFieldValue
public UnresolvedFieldValue()
-
-
Method Details
-
getFactory
public static com.yahoo.document.PrimitiveDataType.Factory getFactory() -
getDataType
public com.yahoo.document.DataType getDataType()- Specified by:
getDataTypein classcom.yahoo.document.datatypes.FieldValue
-
printXml
Deprecated.- Specified by:
printXmlin classcom.yahoo.document.datatypes.FieldValue
-
clear
public void clear()- Specified by:
clearin classcom.yahoo.document.datatypes.FieldValue
-
assign
- Specified by:
assignin classcom.yahoo.document.datatypes.FieldValue
-
serialize
public void serialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldWriter writer) - Specified by:
serializein classcom.yahoo.document.datatypes.FieldValue
-
deserialize
public void deserialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldReader reader) - Specified by:
deserializein classcom.yahoo.document.datatypes.FieldValue
-