Class NoopQuerySegmentWalker

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

public class NoopQuerySegmentWalker extends Object implements QuerySegmentWalker
An empty implementation of QuerySegmentWalker. Some extentions need implementation of QuerySegmentWalker, but this class will not be used in router. Bind NoopQuerySegmentWalker in router to allow router load some extentions, which makes query can run through router.