PartType¶
- class tracdap.rt.metadata.PartType¶
Bases:
enum.Enum
Partitioning scheme applied to a dataset
- PART_BY_RANGE = 1¶
Partition by range over an ordered variable (not available yet)
- PART_BY_VALUE = 2¶
Partition by value over a categorical variable (not available yet)
- PART_ROOT = 0¶
Dataset has a single partition called the root partition (this is the default)