Class AggregationParentsAreInDifferentTables
Verify that for each aggregation, it has no ancestor aggregations
on the same table.
Inheritance
AggregationParentsAreInDifferentTables
Assembly: MetricSetTransformers.dll
public class AggregationParentsAreInDifferentTables : LoggingValidatorBase, IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Constructors
View Source
Declaration
public AggregationParentsAreInDifferentTables(ILogger logger)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
View Source
Declaration
public override List<string> TransformWithTracing(MetricsPlan plan)
Parameters
Returns
Overrides
Implements
Extension Methods