Package org.apache.druid.query
Interface QueryConfigProvider
- All Known Implementing Classes:
DefaultQueryConfig
public interface QueryConfigProvider
Provides the default query config applied to all incoming queries before per-query overrides are merged in.
On non-broker nodes this is backed by static runtime properties (DefaultQueryConfig).
On brokers, it is backed by BrokerViewOfBrokerConfig, which merges the static defaults with
operator-supplied overrides pushed dynamically from the Coordinator.
-
Method Summary
-
Method Details
-
getContext
-