MySQL 8.4.0
Source Code Documentation
ReadJsonDiffResult Struct Reference

The result of a call to read_json_diff(). More...

#include <json_diff.h>

Public Attributes

Json_diff diff
 The JSON diff that was read from the buffer. More...
 
size_t bytes_read
 The number of bytes read from the buffer. More...
 

Detailed Description

The result of a call to read_json_diff().

Member Data Documentation

◆ bytes_read

size_t ReadJsonDiffResult::bytes_read

The number of bytes read from the buffer.

◆ diff

Json_diff ReadJsonDiffResult::diff

The JSON diff that was read from the buffer.


The documentation for this struct was generated from the following file: