Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
Operation |
PgxGraph.explainPgql(java.lang.String pgqlString)
Blocking version of
PgxGraph.explainPgql(String) . |
Operation |
PgxSession.explainPgql(java.lang.String pgqlString)
Blocking version of
PgxSession.explainPgql(String) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<Operation> |
PgxGraph.explainPgqlAsync(java.lang.String pgqlString)
Explain the execution plan of a pattern matching query.
|
PgxFuture<Operation> |
PgxSession.explainPgqlAsync(java.lang.String pgqlString)
Explain the execution plan of a pattern matching query.
|
java.util.List<Operation> |
Operation.getChildren()
Non leaf operations can have multiple child operations, which will be returned by this function
|
Modifier and Type | Method and Description |
---|---|
boolean |
Operation.isSameQueryPlan(Operation other)
Check if the query plan with this operation as root node is equal to the query plan with 'other' as root node.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.