Uses of Enum Class
org.apache.druid.sql.http.ResultFormat
Packages that use ResultFormat
-
Uses of ResultFormat in org.apache.druid.sql.http
Fields in org.apache.druid.sql.http declared as ResultFormatMethods in org.apache.druid.sql.http that return ResultFormatModifier and TypeMethodDescriptionstatic ResultFormatResultFormat.fromString(String name) SqlQuery.getResultFormat()static ResultFormatReturns the enum constant of this class with the specified name.static ResultFormat[]ResultFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.druid.sql.http with parameters of type ResultFormatModifierConstructorDescriptionSqlQuery(String query, ResultFormat resultFormat, boolean header, boolean typesHeader, boolean sqlTypesHeader, Map<String, Object> context, List<SqlParameter> parameters)