Skip to content

AgensGraph Extension v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@protodef protodef released this 31 Mar 00:49
· 103 commits to master since this release

This release supports the following openCypher clauses.

  • CREATE clause with a node that has a label
    • It must be in queries by itself.
  • MATCH clause with a node that has a label
  • RETURN clause without aggregation
  • WITH clause without aggregation

Function call expression is not supported.

For more information, please refer to the documentation in doc/ directory.