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

Method Sorted

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

Sorted returns true if the tuple is known to be sorted (and contains no NULLs).

()

Source from the content-addressed store, hash-verified

3125// Sorted returns true if the tuple is known to be sorted (and contains no
3126// NULLs).
3127func (d *DTuple) Sorted() bool {
3128 return d.sorted
3129}
3130
3131// SetSorted sets the sorted flag on the DTuple. This should be used when a
3132// DTuple is known to be sorted based on the datums added to it.

Callers 1

makeEvalTupleInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected