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

Class PartitionId

datafusion/datasource/src/file_stream/mod.rs:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 /// Test identifier for one `FileStream` partition.
202 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
203 struct PartitionId(usize);
204
205 /// Test `FileOpener` which will simulate errors during file opening or scanning
206 #[derive(Default)]

Calls

no outgoing calls

Tested by 1

test_configMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…