MCPcopy Create free account
hub / github.com/actiontech/dtle / CellData

TypeAlias CellData

driver/mysql/sql/sqlutils.go:37–37  ·  view source on GitHub ↗

Cell data is the result of a single (atomic) column in a single row

Source from the content-addressed store, hash-verified

35
36// Cell data is the result of a single (atomic) column in a single row
37type CellData gosql.NullString
38
39func (this *CellData) MarshalJSON() ([]byte, error) {
40 if this.Valid {

Callers 1

MarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected