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

Method cmp

datafusion/physical-plan/src/sorts/cursor.rs:145–147  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

143
144impl<T: CursorValues> Ord for Cursor<T> {
145 fn cmp(&self, other: &Self) -> Ordering {
146 T::compare(&self.values, self.offset, &other.values, other.offset)
147 }
148}
149
150/// Implements [`CursorValues`] for [`Rows`]

Callers 4

is_gtMethod · 0.45
is_poll_count_gtMethod · 0.45
partial_cmpMethod · 0.45
compareMethod · 0.45

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected