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

Convert LocalTraversals to MatchSteps in OLAP and Solve the StarGraph Problem

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • 3.1.0-incubating
    • None
    • process
    • None

    Description

      This fails in OLAP.

      g.V().match(
        as('a').out('sungBy').as('b'),
        as('a').out('writtenBy').as('b')).
      select('a','b').by('name')
      

      However, this passes:

      g.V().match(
        as('a').out('sungBy').as('b'),
        as('a').out('writtenBy').as('b'),
        as('a').values('name').as('c'),
        as('b').values('name').as('d')).
      select('c','d')
      

      Can all "local star graph" OLAP problems be strategized into MatchSteps? It would be a decoration strategy of some sort.... Daniel Kuppitz

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment