MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetTimestampValue

Method GetTimestampValue

backend/generated-go/v1/sql_service.pb.go:1265–1272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1263}
1264
1265func (x *RowValue) GetTimestampValue() *RowValue_Timestamp {
1266 if x != nil {
1267 if x, ok := x.Kind.(*RowValue_TimestampValue); ok {
1268 return x.TimestampValue
1269 }
1270 }
1271 return nil
1272}
1273
1274func (x *RowValue) GetTimestampTzValue() *RowValue_TimestampTZ {
1275 if x != nil {

Callers 7

EqualMethod · 0.95
convertValueToBytesInSQLFunction · 0.80
convertValueToBytesInCSVFunction · 0.80
convertValueToJSONValueFunction · 0.80

Calls

no outgoing calls

Tested by 2