Class ExpressionDependenciesPassThroughColumnReferences
Checks that for each expression, any immediate parent in a different
table is correctly wrapped in a ColumnReference.
Inheritance
ExpressionDependenciesPassThroughColumnReferences
Assembly: MetricSetTransformers.dll
public class ExpressionDependenciesPassThroughColumnReferences : LoggingValidatorBase, IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Constructors
View Source
Declaration
public ExpressionDependenciesPassThroughColumnReferences(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