MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Next

Method Next

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

Next implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

2291
2292// Next implements the Datum interface.
2293func (d *DTimestamp) Next(_ *EvalContext) (Datum, bool) {
2294 return &DTimestamp{Time: d.Add(time.Microsecond)}, true
2295}
2296
2297// IsMax implements the Datum interface.
2298func (d *DTimestamp) IsMax(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected