Uses of Enum Class
org.apache.druid.query.QueryException.FailType
Packages that use QueryException.FailType
-
Uses of QueryException.FailType in org.apache.druid.query
Methods in org.apache.druid.query that return QueryException.FailTypeModifier and TypeMethodDescriptionstatic QueryException.FailTypeQueryException.fromErrorCode(String errorCode) QueryException.getFailType()static QueryException.FailTypeReturns the enum constant of this class with the specified name.static QueryException.FailType[]QueryException.FailType.values()Returns an array containing the constants of this enum class, in the order they are declared.