Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1209

ComparatorHolder should returns a Pair<Traversal,Comparator>.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.1-incubating
    • 3.2.0-incubating
    • process

    Description

      Right now ComparatorHolder has a method:

      List<Comparator> getComparators()
      

      This should really be:

      List<Pair<Traversal<?,E>,Comparator<E>>> getComparators()
      

      By doing this, we will be able to order during the Memory-reduction in Gremlin OLAP. We will be able to create values that look like this:

      [[32, "marko"], v[1]]
      [[12, "stephen"], v[7]]
      [[67, "daniel"], v[8]]
      ...
      

      Then there will be an OrderBiOperator that will have a List<Compartor> that, for the example above, is size 2. It will then be able to use the already computed traversal ends to sort the vertices.

      Attachments

        Activity

          People

            okram Marko A. Rodriguez
            okram Marko A. Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: