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

Method ignore_nulls

datafusion/functions-window-common/src/partition.rs:85–87  ·  view source on GitHub ↗

Returns `true` when `IGNORE NULLS` is specified, otherwise returns `false`.

(&self)

Source from the content-addressed store, hash-verified

83 /// Returns `true` when `IGNORE NULLS` is specified, otherwise
84 /// returns `false`.
85 pub fn ignore_nulls(&self) -> bool {
86 self.ignore_nulls
87 }
88}

Callers 3

try_fromMethod · 0.45
partition_evaluatorMethod · 0.45
partition_evaluatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected