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