Skip to main content

Description

Similar to the RowBinary format, but with an extra byte before each column that indicates if the default value should be used.

Example usage

Examples:
Query
Response
  • For column x there is only one byte 01 that indicates that default value should be used and no other data after this byte is provided.
  • For column y data starts with byte 00 that indicates that column has actual value that should be read from the subsequent data 01000000.

Format settings

The following settings are common to all RowBinary type formats.
Last modified on June 23, 2026