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

Method Next

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

Next implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

2430
2431// Next implements the Datum interface.
2432func (d *DTimestampTZ) Next(_ *EvalContext) (Datum, bool) {
2433 return &DTimestampTZ{Time: d.Add(time.Microsecond)}, true
2434}
2435
2436// IsMax implements the Datum interface.
2437func (d *DTimestampTZ) IsMax(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected