Package org.apache.druid.data.input.impl
Class TimestampSpec
java.lang.Object
org.apache.druid.data.input.impl.TimestampSpec
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimestampSpec(String timestampColumn, String format, org.joda.time.DateTime missingValue) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.joda.time.DateTimeextractTimestamp(Map<String, Object> input) org.joda.time.DateTimegetRawTimestamp(Map<String, Object> input) inthashCode()static TimestampSpecmergeTimestampSpec(List<TimestampSpec> toMerge) org.joda.time.DateTimeparseDateTime(Object input) toString()
-
Field Details
-
DEFAULT_COLUMN
- See Also:
-
-
Constructor Details
-
TimestampSpec
-
-
Method Details
-
getTimestampColumn
-
getTimestampFormat
-
getMissingValue
public org.joda.time.DateTime getMissingValue() -
extractTimestamp
-
getRawTimestamp
-
parseDateTime
-
equals
-
hashCode
public int hashCode() -
toString
-
mergeTimestampSpec
-