Uses of Class
org.apache.drill.exec.server.rest.BaseWebUserConnection
-
Uses of BaseWebUserConnection in org.apache.drill.exec.server.rest
Modifier and TypeClassDescriptionclass
WebUserConnectionWrapper
which represents theUserClientConnection
between WebServer and Foreman, for the WebUser submitting the query.static class
-
Uses of BaseWebUserConnection in org.apache.drill.exec.server.rest.stream
Modifier and TypeClassDescriptionclass
Stream the results of a query to a REST client as JSON, following the schema defined byQueryResult
to maintain backward compatibility.