MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / isGreaterThan

Method isGreaterThan

engine/generic_value.go:143–145  ·  view source on GitHub ↗
(_ ValueInterface)

Source from the content-addressed store, hash-verified

141}
142
143func (value NullValue) isGreaterThan(_ ValueInterface) bool {
144 return false
145}
146
147func areEqual(first ValueInterface, second ValueInterface) bool {
148 return first.GetType() == second.GetType() && first.ToString() == second.ToString()

Callers 1

TestIsGreaterThanFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIsGreaterThanFunction · 0.76