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

Function deserializeTypeInt16Vector

server/types/int16vector.go:69–71  ·  view source on GitHub ↗

deserializeTypeInt16Vector 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

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

Callers

nothing calls this directly

Calls 1

deserializeArrayFunction · 0.85

Tested by

no test coverage detected