MergeType

All supported operations for column merging.

Enums
MERGE_TYPE_UNSPECIFIED Unspecified merge type. The merged column value will be NULL.
CONSTANT Replace merged column value with the given constant.
SUM Take the sum of the merged column values.