@Experimental public interface PartitionTimeExtractor extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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–2022 The Apache Software Foundation. All rights reserved.