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

Function BuildStringRowValue

backend/plugin/db/util/driverutil.go:53–59  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

51}
52
53func BuildStringRowValue(value string) *v1pb.RowValue {
54 return &v1pb.RowValue{
55 Kind: &v1pb.RowValue_StringValue{
56 StringValue: value,
57 },
58 }
59}
60
61func BuildTimestampOrStringRowValue(value string, scale int64) *v1pb.RowValue {
62 t, err := parseSQLTimestamp(value)

Callers 2

buildTimestamptzRowValueFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected