Uses of Class
org.apache.druid.sql.DirectStatement.ResultSet
Packages that use DirectStatement.ResultSet
-
Uses of DirectStatement.ResultSet in org.apache.druid.sql
Fields in org.apache.druid.sql declared as DirectStatement.ResultSetMethods in org.apache.druid.sql that return DirectStatement.ResultSetModifier and TypeMethodDescriptionprotected DirectStatement.ResultSetDirectStatement.createResultSet(PlannerResult plannerResult) Wrapper around result set creation for the sole purpose of tests which inject failures.DirectStatement.plan()Prepares and plans a query for execution, returning a result set to execute the query.