Class JoinSanity
Verifies that each Join table satisfies the following assumptions:
- It has at least one corresponding JoinKey expression.
- There is a JoinKey for each (left, right) pair.
Assembly: MetricSetTransformers.dll
public class JoinSanity : LoggingValidatorBase, IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Constructors
View Source
Declaration
public JoinSanity(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