Show / Hide Table of Contents

Class UnionsCombineIdenticalTables

Validate that Union tables and their union expressions are accurate.

Inheritance
Object
LoggingValidatorBase
UnionsCombineIdenticalTables
Implements
IMetricsPlanValidator
IGenericMetricsPlanTransformer<List<String>>
Inherited Members
LoggingValidatorBase.Logger
LoggingValidatorBase.ValidatorName
LoggingValidatorBase.Transform(MetricsPlan)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetTransformers.Validation
Assembly: MetricSetTransformers.dll
Syntax
public class UnionsCombineIdenticalTables : LoggingValidatorBase, IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Remarks

Checks:

  • All ColumnReferences on Union tables wrap UnionExpressions.
  • UnionExpressions have common type and name on all parents.
  • UnionExpressions reference all tables in their Union table.

Constructors

View Source

UnionsCombineIdenticalTables(ILogger)

Declaration
public UnionsCombineIdenticalTables(ILogger logger)
Parameters
Type Name Description
ILogger logger

Methods

View Source

TransformWithTracing(MetricsPlan)

Declaration
public override List<string> TransformWithTracing(MetricsPlan plan)
Parameters
Type Name Description
MetricsPlan plan
Returns
Type Description
List<String>
Overrides
LoggingValidatorBase.TransformWithTracing(MetricsPlan)

Implements

IMetricsPlanValidator
IGenericMetricsPlanTransformer<T>

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX