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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    deserialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldReader reader)
     
    com.yahoo.document.DataType
     
    static com.yahoo.document.PrimitiveDataType.Factory
     
    void
    printXml(com.yahoo.document.serialization.XmlStream xml)
    Deprecated.
    void
    serialize(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, toXml

    Methods 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, visitMembers

    Methods inherited from class com.yahoo.vespa.objects.Selectable

    select, select, selectMembers

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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:
      getDataType in class com.yahoo.document.datatypes.FieldValue
    • printXml

      @Deprecated public void printXml(com.yahoo.document.serialization.XmlStream xml)
      Deprecated.
      Specified by:
      printXml in class com.yahoo.document.datatypes.FieldValue
    • clear

      public void clear()
      Specified by:
      clear in class com.yahoo.document.datatypes.FieldValue
    • assign

      public void assign(Object o)
      Specified by:
      assign in class com.yahoo.document.datatypes.FieldValue
    • serialize

      public void serialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldWriter writer)
      Specified by:
      serialize in class com.yahoo.document.datatypes.FieldValue
    • deserialize

      public void deserialize(com.yahoo.document.Field field, com.yahoo.document.serialization.FieldReader reader)
      Specified by:
      deserialize in class com.yahoo.document.datatypes.FieldValue