public class HoodieDateTimeParser extends BaseHoodieDateTimeParser
config, configInputDateFormatDelimiter| Constructor and Description |
|---|
HoodieDateTimeParser(TypedProperties config) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTimeZone |
getInputDateTimeZone()
Returns the datetime zone one should expect the incoming values into.
|
Option<org.joda.time.format.DateTimeFormatter> |
getInputFormatter()
Returns input formats in which datetime based values might be coming in incoming records.
|
org.joda.time.DateTimeZone |
getOutputDateTimeZone()
Returns the datetime zone using which the final partition paths for hudi dataset are created.
|
getConfigInputDateFormatDelimiter, getOutputDateFormatpublic HoodieDateTimeParser(TypedProperties config)
public Option<org.joda.time.format.DateTimeFormatter> getInputFormatter()
BaseHoodieDateTimeParsergetInputFormatter in class BaseHoodieDateTimeParserpublic org.joda.time.DateTimeZone getInputDateTimeZone()
BaseHoodieDateTimeParsergetInputDateTimeZone in class BaseHoodieDateTimeParserpublic org.joda.time.DateTimeZone getOutputDateTimeZone()
BaseHoodieDateTimeParsergetOutputDateTimeZone in class BaseHoodieDateTimeParserCopyright © 2023 The Apache Software Foundation. All rights reserved.