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

Method Next

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

Next implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1177
1178// Next implements the Datum interface.
1179func (d *DString) Next(_ *EvalContext) (Datum, bool) {
1180 return NewDString(string(Key(*d).Next())), true
1181}
1182
1183// IsMax implements the Datum interface.
1184func (*DString) IsMax(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 3

NewDStringFunction · 0.85
KeyTypeAlias · 0.85
NextMethod · 0.65

Tested by

no test coverage detected