SummaryType

All supported operations for column merging.

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