Expand description
Nested message and enum types in PartialResultSet
.
Enumsยง
- Partial Rows in one of the supported formats. It may require many PartialResultSets to stream a batch of rows that can decoded on the client. The client should buffer partial_rows until it gets a
resume_token
, at which point the batch is complete and can be decoded and yielded to the user. Each sub-message documents the appropriate way to combine results.