Show / Hide Table of Contents

Class Bag

Inheritance
Object
Bag
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetTransformers.Vectorization
Assembly: MetricSetTransformers.dll
Syntax
public class Bag

Constructors

View Source

Bag(Table, Table, TypeKind, UnaryAggregationKind, IReadOnlyList<ColumnReference>)

Declaration
public Bag(Table source, Table target, TypeKind type, UnaryAggregationKind aggregationKind, IReadOnlyList<ColumnReference> expressions)
Parameters
Type Name Description
Table source
Table target
TypeKind type
UnaryAggregationKind aggregationKind
IReadOnlyList<ColumnReference> expressions

Properties

View Source

AggregationKind

Declaration
public UnaryAggregationKind AggregationKind { get; }
Property Value
Type Description
UnaryAggregationKind
View Source

DataType

Declaration
public TypeKind DataType { get; }
Property Value
Type Description
TypeKind
View Source

Expressions

Declaration
public IReadOnlyList<ColumnReference> Expressions { get; }
Property Value
Type Description
IReadOnlyList<ColumnReference>
View Source

Index

Declaration
public IImmutableDictionary<ColumnReference, int> Index { get; }
Property Value
Type Description
IImmutableDictionary<ColumnReference, Int32>
View Source

SourceLevel

Declaration
public Table SourceLevel { get; }
Property Value
Type Description
Table
View Source

TargetLevel

Declaration
public Table TargetLevel { get; }
Property Value
Type Description
Table

Extension Methods

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