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

Method Format

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

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

2267
2268// Format implements the NodeFormatter interface.
2269func (d *DDate) Format(ctx *FmtCtx) {
2270 FormatDate(d.Date, ctx)
2271}
2272
2273// Size implements the Datum interface.
2274func (d *DDate) Size() uintptr {

Callers

nothing calls this directly

Calls 1

FormatDateFunction · 0.85

Tested by

no test coverage detected