OptionalbyteThe number of bytes in the result chunk. This field is not available when using INLINE
disposition.
OptionalchunkThe position within the sequence of result set chunks.
OptionaldataThe JSON_ARRAY format is an array of arrays of values, where each non-null value is
formatted as a string. Null values are encoded as JSON null.
OptionalexternalOptionalnextWhen fetching, provides the chunk_index for the next chunk. If absent, indicates there are no
more chunks. The next chunk can be fetched with a
:method:statementexecution/getstatementresultchunkn request.
OptionalnextWhen fetching, provides a link to fetch the next chunk. If absent, indicates there are no more
chunks. This link is an absolute path to be joined with your $DATABRICKS_HOST, and should be
treated as an opaque link. This is an alternative to using next_chunk_index.
OptionalrowThe number of rows within the result chunk.
OptionalrowThe starting row offset within the result set.
Contains the result data of a single chunk when using
INLINEdisposition. When usingEXTERNAL_LINKSdisposition, the arrayexternal_linksis used instead to provide URLs to the result data in cloud storage. Exactly one of these alternatives is used. (While theexternal_linksarray prepares the API to return multiple links in a single response. Currently only a single link is returned.)