Package org.apache.druid.query.search
Class SearchQueryRunner
java.lang.Object
org.apache.druid.query.search.SearchQueryRunner
- All Implemented Interfaces:
QueryRunner<Result<SearchResultValue>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.druid.query.search.SearchQueryRunner.SearchColumnSelectorStrategyFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(QueryPlus<Result<SearchResultValue>> queryPlus, ResponseContext responseContext) Runs the given query and returns results in a time-ordered sequence.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.QueryRunner
run
-
Field Details
-
SEARCH_COLUMN_SELECTOR_STRATEGY_FACTORY
public static final org.apache.druid.query.search.SearchQueryRunner.SearchColumnSelectorStrategyFactory SEARCH_COLUMN_SELECTOR_STRATEGY_FACTORY
-
-
Constructor Details
-
SearchQueryRunner
-
-
Method Details
-
run
public Sequence<Result<SearchResultValue>> run(QueryPlus<Result<SearchResultValue>> queryPlus, ResponseContext responseContext) Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<Result<SearchResultValue>>
-