Collapse specifies the configuration of the column based on which the result set is collapsed.
Data structure
message Collapse {
optional string field_name = 1;
}
Parameter | Type | Required | Description |
field_name | string | Yes | The name of the column based on which the result set is collapsed. Only columns whose values are of the INTEGER, FLOATING-POINT and KEYWORD data types are supported. |