MCPcopy Create free account
hub / github.com/blastrain/vitess-sqlparser / BinaryJSON

Struct BinaryJSON

tidbparser/dependency/types/json/binary.go:103–106  ·  view source on GitHub ↗

* The binary JSON format from MySQL 5.7 is as follows: JSON doc ::= type value type ::= 0x01 | // large JSON object 0x03 | // large JSON array 0x04 | // literal (true/false/null) 0x05 | // int16 0x06 | // uint16 0x07 |

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected