Class AutoPartitionDetector
java.lang.Object
org.elasticsearch.xpack.esql.datasources.AutoPartitionDetector
- All Implemented Interfaces:
PartitionDetector
Auto-detecting partition detector that tries Hive-style detection first,
then falls back to template-based detection if a path template is configured.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PartitionDetectorfromConfig(PartitionConfig config) name()
-
Method Details
-
fromConfig
-
name
- Specified by:
namein interfacePartitionDetector
-
detect
- Specified by:
detectin interfacePartitionDetector
-