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

Function deserializeTypeOidvector

server/types/oidvector.go:70–72  ·  view source on GitHub ↗

deserializeTypeOidvector handles deserialization from the Dolt serialized format to our standard representation used by expressions and nodes.

(ctx *sql.Context, t *DoltgresType, data []byte)

Source from the content-addressed store, hash-verified

68// deserializeTypeOidvector handles deserialization from the Dolt serialized format to our standard representation used by
69// expressions and nodes.
70func deserializeTypeOidvector(ctx *sql.Context, t *DoltgresType, data []byte) (any, error) {
71 return deserializeArray(ctx, data, Oid)
72}

Callers

nothing calls this directly

Calls 1

deserializeArrayFunction · 0.85

Tested by

no test coverage detected