JavaScript is disabled on your browser.
Builds a regular plan without profiling information - eg.
InternalResultSummary. plan ()
InternalResultSummary (Query query,
ServerInfo serverInfo,
DatabaseInfo databaseInfo,
QueryType queryType,
SummaryCounters counters,
Plan plan,
ProfiledPlan profile,
List <Notification > notifications,
Set <GqlStatusObject > gqlStatusObjects,
long resultAvailableAfter,
long resultConsumedAfter)
interface
This is the same as a regular
Plan
- except this plan has been executed, meaning it also contains detailed information about how much work each
step of the plan incurred on the database.
This describes how the database will execute your query.
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.