MCPcopy Create free account
hub / github.com/apache/datafusion / prev_value

Function prev_value

datafusion/expr-common/src/interval_arithmetic.rs:1235–1238  ·  view source on GitHub ↗

This function should remain private since it may corrupt the an interval if used without caution.

(value: ScalarValue)

Source from the content-addressed store, hash-verified

1233// This function should remain private since it may corrupt the an interval if
1234// used without caution.
1235fn prev_value(value: ScalarValue) -> ScalarValue {
1236 use ScalarValue::*;
1237 value_transition!(MIN, false, value)
1238}
1239
1240trait OneTrait: Sized + std::ops::Add + std::ops::Sub {
1241 fn one() -> Self;

Callers 2

divMethod · 0.85
satisfy_greaterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…