Interface ApplyTransformationAggregateExpessionField

An aggregation expression on a single field

interface ApplyTransformationAggregateExpessionField {
    alias: string;
    fieldName: string;
    method: "max" | "sum" | "min" | "average" | "countdistinct";
    type: "field";
}

Properties

alias: string

Alias for field being transformed

fieldName: string

Field name

method: "max" | "sum" | "min" | "average" | "countdistinct"

Method to apply when aggregating

type: "field"

Generated using TypeDoc