Indicates whether an attempt to get the result of a statement should block or fail if the
result is not yet available. Normal SQL commands that can be executed directly on Cloud Spanner
should always have their results available when a sync/flush message is received. COPY
statements do not have that, as they require additional messages after a flush/sync has been
received. Attempts to get the result of a COPY statement should therefore block until it is
available, which is after a CopyDone or CopyFail message has been received.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]