Class Bag
Assembly: MetricSetTransformers.dll
Constructors
View Source
Declaration
public Bag(Table source, Table target, TypeKind type, UnaryAggregationKind aggregationKind, IReadOnlyList<ColumnReference> expressions)
Parameters
Properties
View Source
Declaration
public UnaryAggregationKind AggregationKind { get; }
Property Value
View Source
Declaration
public TypeKind DataType { get; }
Property Value
View Source
Declaration
public IReadOnlyList<ColumnReference> Expressions { get; }
Property Value
View Source
Declaration
public IImmutableDictionary<ColumnReference, int> Index { get; }
Property Value
View Source
Declaration
public Table SourceLevel { get; }
Property Value
View Source
Declaration
public Table TargetLevel { get; }
Property Value
Extension Methods