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

TypeAlias RowData

IceFireDB-SQLite/pkg/mysql/mysql/rowdata.go:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type RowData []byte
12
13func (p RowData) Parse(f []*Field, binary bool, dst []FieldValue) ([]FieldValue, error) {
14 if binary {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected