Optional GQL features and analogous Cypher
This page lists optional GQL features that have analogous but not identical Cypher® features.
Optional GQL features are assigned a feature ID code. These codes order the features in the table below.
GQL Feature ID | Description | Comment and similar Cypher functionality |
---|---|---|
G100 |
|
GQL’s |
GF04 |
Enhanced path functions |
GQL’s |
GF10 |
Advanced aggregate functions: general set functions |
|
GF11 |
Advanced aggregate functions: binary set functions |
|
GQ08 |
|
Selects a subset of the records of the current working table.
Cypher uses |
GQ09 |
|
Adds columns to the current working table.
Cypher uses |
GQ10, GQ11, GQ23, GQ24 |
|
Unnests a list or a binding table by expanding the current working table.
Cypher uses |
GV12 |
64-bit signed integer numbers |
GQL’s |
GV23 |
Floating point type name synonyms |
GQL’s |
GV24 |
64-bit floating number |
GQL’s |
GV45 |
Record types |
GQL’s open |