MCPcopy Create free account
hub / github.com/dolthub/doltgresql / EncodeJSONAscending

Function EncodeJSONAscending

postgres/parser/encoding/encoding.go:523–525  ·  view source on GitHub ↗

EncodeJSONAscending encodes a JSON Type. The encoded bytes are appended to the supplied buffer and the final buffer is returned.

(b []byte)

Source from the content-addressed store, hash-verified

521// EncodeJSONAscending encodes a JSON Type. The encoded bytes are appended to the
522// supplied buffer and the final buffer is returned.
523func EncodeJSONAscending(b []byte) []byte {
524 return append(b, jsonInvertedIndex)
525}
526
527// EncodeArrayAscending encodes a value used to signify membership of an array for JSON objects.
528func EncodeArrayAscending(b []byte) []byte {

Callers 1

EncodeInvertedIndexKeysFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected