Uses of Class
org.apache.drill.common.config.LogicalPlanPersistence
Package
Description
Logical (execution-engine-independent) element definitions.
Storage plugin interfaces and logical plan representation.
-
Uses of LogicalPlanPersistence in org.apache.drill.common
Modifier and TypeMethodDescription<T> T
JSONOptions.getListWith
(LogicalPlanPersistence config, com.fasterxml.jackson.core.type.TypeReference<T> t) -
Uses of LogicalPlanPersistence in org.apache.drill.common.logical
Modifier and TypeMethodDescriptionstatic LogicalPlan
LogicalPlan.parse
(LogicalPlanPersistence config, String planString) Parses a logical plan.LogicalPlan.toJsonString
(LogicalPlanPersistence config) LogicalPlan.toJsonStringSafe
(LogicalPlanPersistence config) LogicalPlan.unparse
(LogicalPlanPersistence config) Converts a logical plan to a string. -
Uses of LogicalPlanPersistence in org.apache.drill.exec.ops
-
Uses of LogicalPlanPersistence in org.apache.drill.exec.planner
ModifierConstructorDescriptionPhysicalPlanReader
(DrillConfig config, ScanResult scanResult, LogicalPlanPersistence lpPersistance, CoordinationProtos.DrillbitEndpoint endpoint, StoragePluginRegistry pluginRegistry) -
Uses of LogicalPlanPersistence in org.apache.drill.exec.server
-
Uses of LogicalPlanPersistence in org.apache.drill.exec.server.options
ModifierConstructorDescriptionSystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig) SystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)