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

Function next_value

datafusion/expr-common/src/interval_arithmetic.rs:1228–1231  ·  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

1226// This function should remain private since it may corrupt the an interval if
1227// used without caution.
1228fn next_value(value: ScalarValue) -> ScalarValue {
1229 use ScalarValue::*;
1230 value_transition!(MAX, true, value)
1231}
1232
1233// This function should remain private since it may corrupt the an interval if
1234// used without caution.

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…