MCPcopy
hub / github.com/redis/go-redis / VectorFP32

Struct VectorFP32

vectorset_commands.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47)
48
49type VectorFP32 struct {
50 Val []byte
51}
52
53func (v *VectorFP32) Value() []any {
54 return []any{vectorFormatFP32, v.Val}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected