Uses of Enum Class
org.apache.druid.sql.SqlPlanningException.PlanningError
Packages that use SqlPlanningException.PlanningError
-
Uses of SqlPlanningException.PlanningError in org.apache.druid.sql
Methods in org.apache.druid.sql that return SqlPlanningException.PlanningErrorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SqlPlanningException.PlanningError[]SqlPlanningException.PlanningError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.druid.sql with parameters of type SqlPlanningException.PlanningErrorModifierConstructorDescriptionSqlPlanningException(Throwable cause, SqlPlanningException.PlanningError planningError, String errorMessage) SqlPlanningException(SqlPlanningException.PlanningError planningError, String errorMessage)