Modifier and Type | Class and Description |
---|---|
static interface |
ExecutionPlanUtil.ExecutionPlanJSONGenerator
Internal interface for the JSON plan generator that has to reside in the optimizer package.
|
Constructor and Description |
---|
ExecutionPlanUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getExecutionPlanAsJSON(Plan plan)
Extracts the execution plan (as JSON) from the given
Plan . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.