MCPcopy Index your code
hub / github.com/cloudspannerecosystem/spanner-cli / nullUUIDToString

Function nullUUIDToString

decoder.go:369–375  ·  view source on GitHub ↗
(v spanner.NullUUID)

Source from the content-addressed store, hash-verified

367}
368
369func nullUUIDToString(v spanner.NullUUID) string {
370 if v.Valid {
371 return v.String()
372 } else {
373 return "NULL"
374 }
375}
376
377func formatTypeSimple(typ *sppb.Type) string {
378 switch code := typ.GetCode(); code {

Callers 1

DecodeColumnFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected