Skip to main content

Module peek_stash

Module peek_stash 

Source
Expand description

For eligible peeks, we send the result back via the peek stash (aka persist blob), instead of inline in ComputeResponse.

Structsยง

DeliveredBatch ๐Ÿ”’
A finished batch on its way to the response that will name it, deleted from blob storage if it never arrives.
StashTarget ๐Ÿ”’
Where a peekโ€™s rows go when they may not be answered with inline, and what opening the upload that writes them takes.
StashUpload ๐Ÿ”’
A peekโ€™s answer on its way to the peek stash, written to persist a batch of rows at a time.

Enumsยง

StashError ๐Ÿ”’
A failure that leaves an upload unable to answer the peek whose rows it holds.

Constantsยง

BUILDER_TAKEN ๐Ÿ”’
The expect message where the builder is taken: it is present until finish or abandon takes it, and neither runs twice.