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

Method is_insensitive

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

Source from the content-addressed store, hash-verified

45
46impl AggregateOrderSensitivity {
47 pub fn is_insensitive(&self) -> bool {
48 self.eq(&AggregateOrderSensitivity::Insensitive)
49 }
50
51 pub fn is_beneficial(&self) -> bool {
52 matches!(self, Self::SoftRequirement | Self::Beneficial)

Callers 1

order_bysMethod · 0.80

Calls 1

eqMethod · 0.45

Tested by

no test coverage detected