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

Method hard_requires

datafusion/functions-aggregate-common/src/order.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn hard_requires(&self) -> bool {
56 self.eq(&AggregateOrderSensitivity::HardRequirement)
57 }
58}

Callers

nothing calls this directly

Calls 1

eqMethod · 0.45

Tested by

no test coverage detected