Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.expansion |
This package contains classes and utilities to support the subgraph expansion functionality.
|
Class and Description |
---|
GenericGraphExpander
Entry point for graph expansion.
|
Class and Description |
---|
AbstractGraphExpander
Base for graph expanders.
|
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.
|
PropertyMergeStrategy
Determines which property values should be used when a vertex or an edge is duplicated during a graph expansion.
|