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

Function offsetEncode

postgres/parser/json/jentry.go:65–67  ·  view source on GitHub ↗
(offset uint32)

Source from the content-addressed store, hash-verified

63var lengthMode = encodingMode{typ: lengthEncoding}
64
65func offsetEncode(offset uint32) encodingMode {
66 return encodingMode{typ: offsetEncoding, offset: offset}
67}
68
69var nullJEntry = jEntry{nullTag, 0}
70var trueJEntry = jEntry{trueTag, 0}

Callers 1

encodingModeForIdxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected