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

Function get_partition_splits

datafusion/datasource-json/src/source.rs:823–825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

821 }
822
823 fn get_partition_splits() -> Vec<usize> {
824 vec![1usize, 2, 3, 5, 7, 10]
825 }
826
827 /// Opens each byte-range partition of `path` in `store` and collects all
828 /// record batches produced across every partition.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…