Class SimplePartitionLocation

java.lang.Object
org.apache.drill.exec.planner.SimplePartitionLocation
All Implemented Interfaces:
PartitionLocation
Direct Known Subclasses:
DFSFilePartitionLocation, HivePartitionLocation, ParquetPartitionLocation

public abstract class SimplePartitionLocation extends Object implements PartitionLocation
Abstract class for simple partition. It contains the location of the entire partition and also stores the value of the individual partition keys for this partition.