Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-89580

Create a helper function to show high-level contents of BSONColumn

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Integration

       I am imagining something like this
       
      {{for (auto&& str : analyzeBSONColumn(binData)) { }}

      {{  std::cout << str << std::endl; }}

      }
       
      Output:
       
      {{Simple8b Block: 3 elements }}

      {{Interleaved mode start: Reference object: {a: 10, b: 10} }}

      {{  Simple8b Block: 3 elements }}

      {{  Simple8b Block: 3 elements }}

      Interleaved mode end

            Assignee:
            chris.wolff@mongodb.com Chris Wolff
            Reporter:
            chris.wolff@mongodb.com Chris Wolff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: