MCPcopy Create free account
hub / github.com/apache/pig / extractDateTime

Method extractDateTime

src/org/apache/pig/builtin/ToDate.java:123–125  ·  view source on GitHub ↗
(String dtStr)

Source from the content-addressed store, hash-verified

121 }
122
123 public static DateTime extractDateTime(String dtStr) {
124 return isoDateTimeFormatter.parseDateTime(allowIso8601Space(dtStr));
125 }
126
127 /*
128 * ISO-8601 format and JDBC timestamp format are similar but not the same.

Callers 10

testTimeZoneMethod · 0.95
testGetDateTimeFieldMethod · 0.95
getNextDateTimeMethod · 0.95
convertWithSchemaMethod · 0.95
toDateTimeMethod · 0.95
deserializeMethod · 0.95
execMethod · 0.95
bytesToDateTimeMethod · 0.95

Calls 2

allowIso8601SpaceMethod · 0.95
parseDateTimeMethod · 0.80

Tested by 4

testTimeZoneMethod · 0.76
testGetDateTimeFieldMethod · 0.76