public class TimestampSpec extends Object
| Constructor and Description | 
|---|
TimestampSpec(String timestampColumn,
             String format,
             org.joda.time.DateTime missingValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
org.joda.time.DateTime | 
extractTimestamp(Map<String,Object> input)  | 
org.joda.time.DateTime | 
getMissingValue()  | 
String | 
getTimestampColumn()  | 
String | 
getTimestampFormat()  | 
int | 
hashCode()  | 
static TimestampSpec | 
mergeTimestampSpec(List<TimestampSpec> toMerge)  | 
org.joda.time.DateTime | 
parseDateTime(Object input)  | 
String | 
toString()  | 
public String getTimestampColumn()
public String getTimestampFormat()
public org.joda.time.DateTime getMissingValue()
public org.joda.time.DateTime parseDateTime(Object input)
public static TimestampSpec mergeTimestampSpec(List<TimestampSpec> toMerge)
Copyright © 2011–2018. All rights reserved.