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

Class MorselId

datafusion/datasource/src/morsel/mocks.rs:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36/// Identifier for a mock morsel in scheduler snapshots.
37#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
38pub(crate) struct MorselId(pub usize);
39
40/// Identifier for a produced batch in scheduler snapshots.
41#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…