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

Class IoFutureId

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

Source from the content-addressed store, hash-verified

44/// Identifier for a mock I/O future in scheduler snapshots.
45#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
46pub(crate) struct IoFutureId(pub usize);
47
48/// Number of pending polls before a mock I/O future resolves.
49#[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…