group_begin / group_end : Result Set Delimiters
Last updated
Last updated
This section describes the query delimiters that indicate where the results of a query begin and end.
The group_begin
message marks the beginning of a set of records returned by a SOW query.
For more information, see the and chapters in the AMPS User Guide.
The following table contains the header fields returned in a group_begin
message:
Field
Description
Command
Type of message.
Always group_begin
, as encoded by the protocol.
QueryId
The QueryId
of the query that produced this message.
The group_end
message marks the end of a set of records returned by a SOW query.
For more information, see the and chapters in the AMPS User Guide.
The following table contains the header fields returned in a group_end
message:
Field
Description
Command
Type of message.
Always group_end
, as encoded by the protocol.
QueryId
The QueryId
of the query that produced this message.