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

Function lt

src/expr/src/scalar/func.rs:1599–1601  ·  view source on GitHub ↗
(a: ExcludeNull<Datum<'a>>, b: ExcludeNull<Datum<'a>>)

Source from the content-addressed store, hash-verified

1597 negate = "Some(Gte.into())"
1598)]
1599fn lt<'a>(a: ExcludeNull<Datum<'a>>, b: ExcludeNull<Datum<'a>>) -> bool {
1600 a < b
1601}
1602
1603#[sqlfunc(
1604 is_monotone = "(true, true)",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected