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

Method Next

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

Next implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1410
1411// Next implements the Datum interface.
1412func (d *DBytes) Next(_ *EvalContext) (Datum, bool) {
1413 return NewDBytes(DBytes(Key(*d).Next())), true
1414}
1415
1416// IsMax implements the Datum interface.
1417func (*DBytes) IsMax(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 4

NewDBytesFunction · 0.85
DBytesTypeAlias · 0.85
KeyTypeAlias · 0.85
NextMethod · 0.65

Tested by

no test coverage detected