Class ExpressionLeafDependencies
Validate that a MetricsPlan's expressions don't depend on expressions in leaf tables unless
they are of both in the same leaf table.
Inheritance
ExpressionLeafDependencies
Assembly: MetricSetTransformers.dll
public class ExpressionLeafDependencies : LoggingValidatorBase, IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Constructors
View Source
Declaration
public ExpressionLeafDependencies(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