MCPcopy Create free account
hub / github.com/bytedance/bolt / parserError

Function parserError

bolt/type/TimestampConversion.cpp:904–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 "expected format is (YYYY-MM-DD HH:MM:SS[.MS])",
903 std::string(str, len));
904}
905
906} // namespace
907
908Timestamp fromTimestampString(const char* str, size_t len, bool* nullOutput) {
909 size_t pos;
910 int64_t daysSinceEpoch;
911 int64_t microsSinceMidnight;
912

Callers 1

fromTimestampStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected