GQLite OpenCypher Query Language
OpenCypher is the currently only supported query language for GQLite. GQLite is generally followin the specification of the language openCypher9.pdf. This document covers some basic of cypher, and GQLite extensions.
Indexes
Supported features
List of supported features:
- CREATE
- MATCH
- RETURN
- REMOVE
- DELETE
- SET
- WITH
- ORDER BY
- LIMIT
- SKIP
- OPTIONAL
The list of features under development or planned for future release can be found in gitlab issues
Functions
Aggregations
avgcollectcountmaxminsum