Interface PartitionDetector
- All Known Implementing Classes:
AutoPartitionDetector,HivePartitionDetector,TemplatePartitionDetector
public interface PartitionDetector
Pluggable strategy for detecting partition columns from file paths.
Implementations parse directory structures (Hive-style, template-based, etc.)
to extract partition column names, types, and per-file values.
-
Method Summary
-
Method Details
-
detect
-
name
String name()
-