Uses of Class
org.apache.drill.common.config.LogicalPlanPersistence
Packages that use LogicalPlanPersistence
Package
Description
Logical (execution-engine-independent) element definitions.
Storage plugin interfaces and logical plan representation.
-
Uses of LogicalPlanPersistence in org.apache.drill.common
Methods in org.apache.drill.common with parameters of type LogicalPlanPersistenceModifier 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
Methods in org.apache.drill.common.logical with parameters of type LogicalPlanPersistenceModifier 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
Methods in org.apache.drill.exec.ops that return LogicalPlanPersistence -
Uses of LogicalPlanPersistence in org.apache.drill.exec.planner
Constructors in org.apache.drill.exec.planner with parameters of type LogicalPlanPersistenceModifierConstructorDescriptionPhysicalPlanReader
(DrillConfig config, ScanResult scanResult, LogicalPlanPersistence lpPersistance, CoordinationProtos.DrillbitEndpoint endpoint, StoragePluginRegistry pluginRegistry) -
Uses of LogicalPlanPersistence in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return LogicalPlanPersistence -
Uses of LogicalPlanPersistence in org.apache.drill.exec.server.options
Constructors in org.apache.drill.exec.server.options with parameters of type LogicalPlanPersistenceModifierConstructorDescriptionSystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig) SystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)