-
Notifications
You must be signed in to change notification settings - Fork 0
Language Packages
Pl4yingNight edited this page Nov 18, 2022
·
3 revisions
The Language Packages are used to translate any IFilter to the respective Database Language.
available Language Packages:
The Cypher Language Package translates any IFilters to the Cypher Database Language by Neo4j
Maven Dependency:
<!-- Language: Cypher -->
<dependency>
<groupId>net.runeduniverse.lib.rogm.lang</groupId>
<artifactId>rogm-lang-cypher</artifactId>
<version>2.1.2</version>
</dependency>
adds Chains & Stages:
- DATABASE_CLEANUP_CHAIN.DROP_REMOVED_RELATIONS
- [10] REDUCE_LAYERS
- [20] BUILD_QUERY
- [30] EXECUTE_ON_DATABASE