Class LocalQuerySegmentWalker

java.lang.Object
org.apache.druid.server.LocalQuerySegmentWalker
All Implemented Interfaces:
QuerySegmentWalker

public class LocalQuerySegmentWalker extends Object implements QuerySegmentWalker
Processor that computes Druid queries, single-threaded. The datasource for the query must satisfy DataSource.isProcessable() and DataSource.isGlobal(). Its base datasource must also be handleable by the provided SegmentWrangler. Mainly designed to be used by ClientQuerySegmentWalker.