MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / FieldValue

Struct FieldValue

IceFireDB-SQLProxy/pkg/mysql/mysql/field.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28type FieldValueType uint8
29
30type FieldValue struct {
31 Type FieldValueType
32 value uint64 // Also for int64 and float64
33 str []byte
34}
35
36const (
37 FieldValueTypeNull = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected