Uses of Enum
org.apache.drill.exec.work.foreman.SqlUnsupportedException.ExceptionType
Packages that use SqlUnsupportedException.ExceptionType
Package
Description
Execution-time exceptions.
-
Uses of SqlUnsupportedException.ExceptionType in org.apache.drill.exec.exception
Methods in org.apache.drill.exec.exception with parameters of type SqlUnsupportedException.ExceptionTypeModifier and TypeMethodDescriptionvoidUnsupportedOperatorCollector.setException(SqlUnsupportedException.ExceptionType exceptionType) voidUnsupportedOperatorCollector.setException(SqlUnsupportedException.ExceptionType exceptionType, String message) -
Uses of SqlUnsupportedException.ExceptionType in org.apache.drill.exec.work.foreman
Methods in org.apache.drill.exec.work.foreman that return SqlUnsupportedException.ExceptionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SqlUnsupportedException.ExceptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.