Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithQueryConfig ¶ added in v0.55.3
func WithQueryConfig(ctx context.Context, cfg *QueryConfig) context.Context
Types ¶
type DruidParameter ¶
type DruidRequest ¶
type QueryConfig ¶ added in v0.55.3
type QueryConfig struct {
UseCache *bool
PopulateCache *bool
Priority int
// Attributes are passed through to the Druid query context as-is,
// e.g. for attributing queries to callers in Druid's query logs.
// Empty keys and keys that collide with the driver's own context keys are skipped.
Attributes map[string]string
}
Click to show internal directories.
Click to hide internal directories.