Class MockGroupScanPOP

All Implemented Interfaces:
Iterable<PhysicalOperator>, GraphValue<PhysicalOperator>, FragmentLeaf, GroupScan, HasAffinity, Leaf, PhysicalOperator, Scan

public class MockGroupScanPOP extends AbstractGroupScan
Describes a "group" scan of a (logical) mock table. The mock table has a schema described by the MockTableDef.MockScanEntry. Class. To simulate a scan that can be parallelized, this group scan can contain a list of MockTableDef.MockScanEntry, each of which simulates a separate file on disk, or block within a file. Each will give rise to a separate minor fragment (assuming sufficient parallelization.)