Class DefaultQueryConfig

java.lang.Object
org.apache.druid.query.DefaultQueryConfig
All Implemented Interfaces:
QueryConfigProvider

public class DefaultQueryConfig extends Object implements QueryConfigProvider
A user configuration holder for all query types. Any query-specific configurations should go to their own configuration.
See Also: