class BSON::MinKey
Represents a $minKey type, which compares less than any other value in the specification.
@see bsonspec.org/#/specification
@since 2.0.0
Constants
- BSON_TYPE
A $minKey is type 0xFF in the
BSON
spec.@since 2.0.0
- LESSER
Constant for always evaluating lesser in a comparison.
@since 2.0.0
Public Instance Methods
<=>(other)
click to toggle source