Uses of Class
org.apache.drill.common.logical.PlanProperties.PlanPropertiesBuilder
Packages that use PlanProperties.PlanPropertiesBuilder
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of PlanProperties.PlanPropertiesBuilder in org.apache.drill.common.logical
Methods in org.apache.drill.common.logical that return PlanProperties.PlanPropertiesBuilderModifier and TypeMethodDescriptionPlanProperties.builder()PlanProperties.PlanPropertiesBuilder.generator(boolean hasResourcePlan) PlanProperties.PlanPropertiesBuilder.generator(PlanProperties.Generator generator) PlanProperties.PlanPropertiesBuilder.options(JSONOptions options) PlanProperties.PlanPropertiesBuilder.queue(int queueNumber) PlanProperties.PlanPropertiesBuilder.resultMode(PlanProperties.Generator.ResultMode mode) PlanProperties.PlanPropertiesBuilder.scannedPluginNames(List<String> scannedPluginNames) PlanProperties.PlanPropertiesBuilder.type(PlanProperties.PlanType type) PlanProperties.PlanPropertiesBuilder.version(int version)