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

Function EncodeFalseAscending

pkg/util/encoding/encoding.go:821–823  ·  view source on GitHub ↗

EncodeFalseAscending encodes the boolean value false for use with JSON inverted indexes.

(b []byte)

Source from the content-addressed store, hash-verified

819
820// EncodeFalseAscending encodes the boolean value false for use with JSON inverted indexes.
821func EncodeFalseAscending(b []byte) []byte {
822 return append(b, byte(False))
823}
824
825// EncodeNotNullDescending is the descending equivalent of EncodeNotNullAscending.
826func EncodeNotNullDescending(b []byte) []byte {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…