Package org.apache.druid.query
Class QueryRunnerHelper
- java.lang.Object
-
- org.apache.druid.query.QueryRunnerHelper
-
public class QueryRunnerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryRunnerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> QueryRunner<T>makeClosingQueryRunner(QueryRunner<T> runner, Closeable closeable)
-
-
-
Method Detail
-
makeClosingQueryRunner
public static <T> QueryRunner<T> makeClosingQueryRunner(QueryRunner<T> runner, Closeable closeable)
-
-