Uses of Class
org.apache.druid.query.ExecutionMode
-
Packages that use ExecutionMode Package Description org.apache.druid.query -
-
Uses of ExecutionMode in org.apache.druid.query
Methods in org.apache.druid.query that return ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-