MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Decimal

Method Decimal

pkg/sql/sem/tree/parse_string.go:175–175  ·  view source on GitHub ↗

Decimal returns a pointer into the vec for in place construction.

()

Source from the content-addressed store, hash-verified

173 Bytes(b []byte)
174 // Decimal returns a pointer into the vec for in place construction.
175 Decimal() *apd.Decimal
176 Float(f float64)
177 Int16(i int16)
178 Int32(i int32)

Callers 14

encodeMethod · 0.65
AsDecimalMethod · 0.65
CompareMethod · 0.65
FormatMethod · 0.65
EncodeForwardIndexMethod · 0.65
AssertEquivalentBatchesFunction · 0.65
SetBatchMethod · 0.65
AppendMethod · 0.65
CopyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected