Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator interface {
Type() ComponentType
}
type Bound ¶
type Bound interface {
Type() ComponentType
}
type ComponentType ¶
type ComponentType = string
type DataSource ¶
type DataSource interface {
Type() ComponentType
}
type Dimension ¶
type Dimension interface {
Type() ComponentType
}
type ExtractionFn ¶
type ExtractionFn interface {
Type() ComponentType
}
type Filter ¶
type Filter interface {
Type() ComponentType
}
type Granularity ¶
type Granularity interface {
Type() ComponentType
}
type HavingSpec ¶
type HavingSpec interface {
Type() ComponentType
}
type Intervals ¶
type Intervals interface {
Type() ComponentType
}
type LimitSpec ¶
type LimitSpec interface {
Type() ComponentType
}
type LookupExtractor ¶
type LookupExtractor interface {
Type() ComponentType
}
type PostAggregator ¶
type PostAggregator interface {
Type() ComponentType
}
type Query ¶
type Query interface {
Type() ComponentType
}
type SearchQuerySpec ¶
type SearchQuerySpec interface {
Type() ComponentType
}
type ToInclude ¶
type ToInclude interface {
Type() ComponentType
}
type TopNMetric ¶
type TopNMetric interface {
Type() ComponentType
}
type VirtualColumn ¶
type VirtualColumn interface {
Type() ComponentType
}
Click to show internal directories.
Click to hide internal directories.