Interface ITransformAggregate

interface ITransformAggregate {
    fieldKey: string | string[] | FieldKey;
    type: string;
}

Properties

Properties

fieldKey: string | string[] | FieldKey

The target column. Can be an array of strings, a string, or a FieldKey

type: string

The type of aggregate.

Generated using TypeDoc