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

Method Next

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

Next returns the next datum and true, if one exists, or nil and false otherwise. The next datum satisfies the following definition: if the receiver is "a" and the returned datum is "b", then for every compatible datum "x", it holds that "x > a" is true if and only if "x >= b" is true. The return va

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

115 // weaker contract. The original filter expression is left in place to catch
116 // false positives.
117 Next(ctx *EvalContext) (Datum, bool)
118
119 // IsMax returns true if the datum is equal to the maximum value the datum
120 // type can hold.

Callers 11

jsonNodeMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
ResolveExistingMethod · 0.65
ResolveTargetMethod · 0.65
ResolveMethod · 0.65
ResolveFunctionMethod · 0.65

Implementers 15

DTuplepkg/sql/sem/tree/datum.go
DArraypkg/sql/sem/tree/datum.go
DBitArraypkg/sql/sem/tree/datum.go
DDecimalpkg/sql/sem/tree/datum.go
DCollatedStringpkg/sql/sem/tree/datum.go
DUuidpkg/sql/sem/tree/datum.go
DIPAddrpkg/sql/sem/tree/datum.go
DDatepkg/sql/sem/tree/datum.go
DTimeTZpkg/sql/sem/tree/datum.go
DTimestamppkg/sql/sem/tree/datum.go
DTimestampTZpkg/sql/sem/tree/datum.go
DIntervalpkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected