| Package | Description |
|---|---|
| oracle.pgx.api.filter |
This package contains filter data objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeFilter
A class that wraps a filter expression supposed to be evaluated on each edge of the graph
|
class |
VertexFilter
A class that wraps a filter expression supposed to be evaluated on each vertex of the graph
|
| Modifier and Type | Method and Description |
|---|---|
GraphFilterWithExpression |
GraphFilter.asGraphFilterWithExpression()
Gets this filter object as graph filter with expression, if possible.
|
GraphFilterWithExpression |
GraphFilterWithExpression.asGraphFilterWithExpression() |
static GraphFilterWithExpression |
GraphFilterWithExpression.fromTypeAndExpression(FilterType type,
java.lang.String filterExpression) |