MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / min

Method min

src/ore/src/num.rs:56–58  ·  view source on GitHub ↗

Returns the minimum value of the type.

()

Source from the content-addressed store, hash-verified

54{
55 /// Returns the minimum value of the type.
56 pub fn min() -> NonNeg<T> {
57 NonNeg(T::zero())
58 }
59
60 /// Returns the maximum value of the type.
61 pub fn max() -> NonNeg<T>

Callers 15

bucketIndexForFunction · 0.80
clampFunction · 0.80
clampFunction · 0.80
TablePaginationFunction · 0.80
FreshnessGraphInnerFunction · 0.80
eventToTimestampFunction · 0.80
formatDurationForAxisFunction · 0.80
ConnectorStatisticsGraphFunction · 0.80
getMinWithDefaultFunction · 0.80

Calls 1

NonNegClass · 0.85

Tested by

no test coverage detected