Groupby Transformation

interface ApplyTransformationGroupBy {
    groupingProperties: string[];
    transformations: ApplyTransformation[];
    type: "groupby";
}

Properties

groupingProperties: string[]

Properties to group by

transformations: ApplyTransformation[]

List of transformations to apply on each of the groups

type: "groupby"

Generated using TypeDoc