Package oracle.pgx.api.expansion
This package contains classes and utilities to support the subgraph expansion functionality.
-
Class Summary 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 Summary Enum Description PropertyMergeStrategy Determines which property values should be used when a vertex or an edge is duplicated during a graph expansion.