Interface LiteralObjectOrBuilder

    • Method Detail

      • hasScalarObject

        boolean hasScalarObject()
         if none of these are set, we consider the object to be NULL
         
        optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
        Returns:
        Whether the scalarObject field is set.
      • getScalarObject

        com.apple.foundationdb.record.planprotos.PComparableObject getScalarObject()
         if none of these are set, we consider the object to be NULL
         
        optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
        Returns:
        The scalarObject.
      • getScalarObjectOrBuilder

        com.apple.foundationdb.record.planprotos.PComparableObjectOrBuilder getScalarObjectOrBuilder()
         if none of these are set, we consider the object to be NULL
         
        optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
      • hasArrayObject

        boolean hasArrayObject()
        optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
        Returns:
        Whether the arrayObject field is set.
      • getArrayObject

        LiteralObject.Array getArrayObject()
        optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
        Returns:
        The arrayObject.
      • getArrayObjectOrBuilder

        LiteralObject.ArrayOrBuilder getArrayObjectOrBuilder()
        optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
      • hasRecordObject

        boolean hasRecordObject()
        optional bytes record_object = 3;
        Returns:
        Whether the recordObject field is set.
      • getRecordObject

        ByteString getRecordObject()
        optional bytes record_object = 3;
        Returns:
        The recordObject.