@Experimental public interface PartitionTimeExtractor extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM |
static String |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static PartitionTimeExtractor |
create(ClassLoader userClassLoader,
String extractorKind,
String extractorClass,
String extractorPattern,
String formatterPattern) |
java.time.LocalDateTime |
extract(List<String> partitionKeys,
List<String> partitionValues)
Extract time from partition keys and values.
|
static final String DEFAULT
static final String CUSTOM
java.time.LocalDateTime extract(List<String> partitionKeys, List<String> partitionValues)
static PartitionTimeExtractor create(ClassLoader userClassLoader, String extractorKind, String extractorClass, String extractorPattern, String formatterPattern)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.