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

Support inject source step in Gremlin.Net

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2.7, 3.3.1
    • 3.2.8, 3.3.2
    • dotnet
    • None

    Description

      GraphTraversalSource has no Inject step in Gremlin.Net because it's explicitly excluded in the GLV generation:

      "sourceSpawnMethods": GraphTraversalSource.getMethods(). // SPAWN STEPS
                              findAll { GraphTraversal.class.equals(it.returnType) && !it.name.equals('inject')}.
      // ...
      

      I don't know why inject is explicitly excluded here, but there should be an implementation in GraphTraversalSource as the other GLVs also have this step.

      Attachments

        Issue Links

          Activity

            People

              Florian Hockmann Florian Hockmann
              Florian Hockmann Florian Hockmann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: