GroupKind.Type

About

Multiple local groups may be produced with the same key value but only a single global group is produced for a given key value.

Allowed values

Name Value Description
GroupKind.Local 0 A local group is formed from a consecutive sequence of rows from an input table with the same key value.
GroupKind.Global 1 A global group is formed from all rows in an input table with the same key value.