Interface DimensionSpec

All Superinterfaces:
Cacheable
All Known Implementing Classes:
BaseFilteredDimensionSpec, DefaultDimensionSpec, ExtractionDimensionSpec, LegacyDimensionSpec, ListFilteredDimensionSpec, LookupDimensionSpec, PrefixFilteredDimensionSpec, RegexFilteredDimensionSpec

@SubclassesMustOverrideEqualsAndHashCode public interface DimensionSpec extends Cacheable
Provides information about a dimension for a grouping query, like topN or groupBy. Note that this is not annotated with PublicApi, since it is not meant to be stable for usage by non-built-in queries.