MCPcopy Create free account
hub / github.com/dolthub/doltgresql / initFloat64

Function initFloat64

server/cast/float64.go:31–33  ·  view source on GitHub ↗

initFloat64 handles all casts that are built-in. This comprises only the source types.

(builtInCasts map[id.Cast]casts.Cast)

Source from the content-addressed store, hash-verified

29
30// initFloat64 handles all casts that are built-in. This comprises only the source types.
31func initFloat64(builtInCasts map[id.Cast]casts.Cast) {
32 float64Assignment(builtInCasts)
33}
34
35// float64Assignment registers all assignment casts. This comprises only the source types.
36func float64Assignment(builtInCasts map[id.Cast]casts.Cast) {

Callers 1

InitFunction · 0.85

Calls 1

float64AssignmentFunction · 0.85

Tested by

no test coverage detected