Last active
June 20, 2024 18:38
-
-
Save joshsh/c760559a736158a42f4063b264b90935 to your computer and use it in GitHub Desktop.
OpenCypher feature template (YAML)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aggregate: | |
| avg: false | |
| collect: false | |
| count: false | |
| max: false | |
| min: false | |
| sum: false | |
| arithmetic: | |
| divide: false | |
| minus: false | |
| modulus: false | |
| multiply: false | |
| plus: false | |
| powerOf: false | |
| atom: | |
| caseExpression: false | |
| count: false | |
| existentialSubquery: false | |
| functionInvocation: false | |
| listComprehension: | |
| listComprehension: false | |
| listRange: false | |
| literal: | |
| boolean: false | |
| double: false | |
| integer: false | |
| list: false | |
| map: false | |
| "null": false | |
| string: false | |
| parameter: false | |
| patternComprehension: false | |
| patternPredicate: false | |
| quantifier: | |
| all: false | |
| any: false | |
| none: false | |
| single: false | |
| variable: false | |
| comparison: | |
| equal: false | |
| greaterThan: false | |
| greaterThanOrEqual: false | |
| lessThan: false | |
| lessThanOrEqual: false | |
| notEqual: false | |
| delete: | |
| delete: false | |
| detachDelete: false | |
| logical: | |
| and: false | |
| not: false | |
| or: false | |
| xor: false | |
| match: | |
| optional: false | |
| merge: | |
| merge: false | |
| mergeOnCreate: false | |
| mergeOnMatch: false | |
| nodePattern: | |
| multipleLabels: false | |
| parameter: false | |
| propertyMap: false | |
| variableNode: false | |
| wildcardLabel: false | |
| "null": | |
| isNotNull: false | |
| isNull: false | |
| path: | |
| length: false | |
| shortestPath: false | |
| procedureCall: | |
| inQueryCall: false | |
| standaloneCall: false | |
| yield: false | |
| projection: | |
| limit: false | |
| orderBy: false | |
| projectAll: false | |
| projectAs: false | |
| projectDistinct: false | |
| skip: false | |
| sortOrder: false | |
| rangeLiteral: | |
| bounds: false | |
| exactRange: false | |
| lowerBound: false | |
| starRange: false | |
| upperBound: false | |
| reading: | |
| union: false | |
| unionAll: false | |
| unwind: false | |
| relationshipDirection: | |
| both: false | |
| left: false | |
| neither: false | |
| right: false | |
| relationshipPattern: | |
| multipleTypes: false | |
| variableRelationship: false | |
| wildcardType: false | |
| remove: | |
| byLabel: false | |
| byProperty: false | |
| schema: | |
| type: false | |
| set: | |
| propertyEquals: false | |
| variableEquals: false | |
| variablePlusEquals: false | |
| variableWithNodeLabels: false | |
| string: | |
| contains: false | |
| endsWith: false | |
| in: false | |
| startsWith: false | |
| updating: | |
| create: false | |
| set: false | |
| with: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment