MCPcopy Create free account
hub / github.com/blastrain/vitess-sqlparser / RoundFrac

Method RoundFrac

tidbparser/dependency/types/time.go:860–873  ·  view source on GitHub ↗

RoundFrac rounds fractional seconds precision with new fsp and returns a new one. We will use the “round half up” rule, e.g, >= 0.5 -> 1, < 0.5 -> 0, so 10:10:10.999999 round 0 -> 10:10:11 and 10:10:10.000000 round 0 -> 10:10:10

(fsp int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

CheckFspFunction · 0.85
RoundMethod · 0.80
SubMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected