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

Method Format

pkg/sql/sem/tree/datum.go:3283–3285  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

3281
3282// Format implements the NodeFormatter interface.
3283func (d *DInterval) Format(ctx *FmtCtx) {
3284 FormatDuration(d.Duration, ctx)
3285}
3286
3287// Size implements the Datum interface.
3288func (d *DInterval) Size() uintptr {

Callers

nothing calls this directly

Calls 1

FormatDurationFunction · 0.85

Tested by

no test coverage detected