See: Description
| Class | Description |
|---|---|
| AbstractGraphExpander<E extends AbstractGraphExpander<E>> |
Base for graph expanders.
|
| GenericGraphExpander |
Entry point for graph expansion.
|
| PgqlViewGraphExpander |
Expander for PGQL-based graph expansions from either PG View or SQL Property Graphs.
|
| PreparedPgViewPgqlQuery |
A configuration builder for graph expansion using a prepared PGQL query.
|
| Enum | Description |
|---|---|
| PropertyMergeStrategy |
Determines which property values should be used when a vertex or an edge is duplicated during a graph expansion.
|