Create unowned SortedDataInterface data return type

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2024-02-19, Execution Team 2024-03-04, Execution Team 2024-03-18, Execution Team 2024-04-01
    • 155
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Create a key_string::View type with the following structure:

      struct key_string::View {
        const char* data;
        int size;
      
        // Due to the uncertainty of the underlying index key format, this key string may or may not
        // have a RecordId encoded at the end.
        bool hasRecordIdAtEnd;
      
        // Unowned TypeBits
       TypeBitsView typeBits;
      
        // Get an owned copy of the keystring
        Value getOwnedCopy();
      };
      

      Create relevant comparison helpers.

              Assignee:
              Wei Hu
              Reporter:
              Louis Williams
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: