Skip to content
Snippets Groups Projects
  1. Nov 24, 2020
    • Yee's avatar
      Support variable length match pattern from 1 to n steps (#404) · c123c80a
      Yee authored
      * Value to string
      
      * Restore match validator changes
      
      * Expand steps
      
      * Compose steps
      
      * Append more sub-plans
      
      * Refactor planner
      
      * Scan index plan
      
      * Initial expression
      
      * Fix plan bug
      
      * Check whether step range is variable
      
      * Add project according to symbols
      
      * Format
      
      * Use path expression to implement relationships collection
      
      * Move build filter to Solver
      
      * Improve
      
      * Check anonymous of node/edge info
      
      * Explain index scan plan node
      
      * Fix column expression
      
      * Fix single vertex match
      
      * Fix vertex filter error
      
      * edge fixture
      
      * compare value
      
      * Filter cycle path
      
      * Filter final cycle path
      
      * Fix all m to n steps
      
      * Rename cyclePath to hasSameEdgeInPath
      
      * Restore utils
      
      * Fix ci error
      
      * Fix compile error
      c123c80a
    • panda-sheep's avatar
      Submit job statis && show status (#403) · e9110ead
      panda-sheep authored
      * support submit job statis
      
      * support show status
      
      * rebase master
      
      * address laura-ding's comments
      e9110ead
    • Yee's avatar
      Fix value to string in CI (#425) · 9e8b33db
      Yee authored
      * Value to string
      
      * Refactor subgraph check functions
      
      * Refine PathVal to_value
      
      * Check value type
      
      * Fix value to string
      
      * Fix space test cases
      
      * Address comments
      9e8b33db
  2. Nov 23, 2020
  3. Nov 20, 2020
  4. Nov 18, 2020
  5. Nov 17, 2020
  6. Nov 16, 2020
  7. Nov 15, 2020
  8. Nov 14, 2020
  9. Nov 13, 2020
  10. Nov 12, 2020
  11. Nov 11, 2020
  12. Nov 10, 2020
  13. Nov 09, 2020
  14. Nov 06, 2020
    • cpw's avatar
      Fix deduce type. (#397) · f93f3681
      cpw authored
      * Deduce subscript expression.
      
      * Deduce attribute expr.
      
      * Test deduce subscript expr.
      
      * Test deduce attribute.
      
      * Add go test.
      
      * Fix deduce map subscript.
      
      * Fix deduce label attribute.
      
      * Fix label expr test.
      
      * Fix subscript deduce and add test.
      
      * Rebase and add test.
      f93f3681
    • jimingquan's avatar
      redefine runtime input (#381) · 46f4d55a
      jimingquan authored
      * redefine runtime input
      
      * del exprProps from TraversalValidator
      
      * change the name of srcRef to originalSrc
      46f4d55a
  15. Nov 05, 2020
  16. Nov 04, 2020
  17. Nov 03, 2020
  18. Nov 02, 2020
  19. Oct 31, 2020
    • cpw's avatar
      Add match planners. (#376) · 9c83fc63
      cpw authored
      * Add match vertex index seek planner.
      
      * Add planners register.
      
      * Regist vertex index seek planner.
      
      * Add vertex id seek planner.
      
      * Regist match tag scan planner.
      
      * Add match ast context.
      
      * Implement match for vertex index seek planner
      
      * Implement transform for vertex index seek planner.
      
      * Implement match for vertex id seek planner.
      
      * Update match for vertex id seek planner.
      
      * Implement transform for vertex id seek planner.
      
      * Register all match planners.
      
      * Debug.
      
      * Add match solver.
      
      * Reuse codes.
      
      * Delete anno_ in match validator.
      
      * Fix clang compile error.
      
      * Rebase and fix.
      9c83fc63