MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / EncodeJSONAscending

Function EncodeJSONAscending

pkg/util/encoding/encoding.go:794–796  ·  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

792// EncodeJSONAscending encodes a JSON Type. The encoded bytes are appended to the
793// supplied buffer and the final buffer is returned.
794func EncodeJSONAscending(b []byte) []byte {
795 return append(b, jsonInvertedIndex)
796}
797
798// EncodeNullDescending is the descending equivalent of EncodeNullAscending.
799func EncodeNullDescending(b []byte) []byte {

Callers 1

EncodeInvertedIndexKeysFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…