| 689 | /// Reference: [org.apache.paimon.table.source.PlanImpl](https://github.com/apache/paimon/blob/release-1.3/paimon-core/src/main/java/org/apache/paimon/table/source/PlanImpl.java) |
| 690 | #[derive(Debug)] |
| 691 | pub struct Plan { |
| 692 | splits: Vec<DataSplit>, |
| 693 | } |
| 694 | |
| 695 | impl Plan { |
| 696 | pub fn new(splits: Vec<DataSplit>) -> Self { |
no outgoing calls
no test coverage detected