public class HoodieDateTimeParserImpl extends AbstractHoodieDateTimeParser
config, configInputDateFormatDelimiter| Constructor and Description |
|---|
HoodieDateTimeParserImpl(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.
|
String |
getOutputDateFormat()
Returns the output date format in which the partition paths will be created for the hudi dataset.
|
org.joda.time.DateTimeZone |
getOutputDateTimeZone()
Returns the datetime zone using which the final partition paths for hudi dataset are created.
|
getConfigInputDateFormatDelimiterpublic HoodieDateTimeParserImpl(TypedProperties config)
public String getOutputDateFormat()
AbstractHoodieDateTimeParsergetOutputDateFormat in class AbstractHoodieDateTimeParserpublic Option<org.joda.time.format.DateTimeFormatter> getInputFormatter()
AbstractHoodieDateTimeParsergetInputFormatter in class AbstractHoodieDateTimeParserpublic org.joda.time.DateTimeZone getInputDateTimeZone()
AbstractHoodieDateTimeParsergetInputDateTimeZone in class AbstractHoodieDateTimeParserpublic org.joda.time.DateTimeZone getOutputDateTimeZone()
AbstractHoodieDateTimeParsergetOutputDateTimeZone in class AbstractHoodieDateTimeParserCopyright © 2022 The Apache Software Foundation. All rights reserved.