This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Add the parser to parse time. #249
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8223d65
Add the parser to parse time.
Shylock-Hg a004ba9
Add a test case about parse datatime.
Shylock-Hg bfaea61
Merge branch 'master' into feature/time-parser
Shylock-Hg bfcd005
Merge branch 'master' of github.com:vesoft-inc/nebula-common into fea…
Shylock-Hg 35a5bd2
Using the parser to parse time literal.
Shylock-Hg 4a4bdfc
Merge branch 'master' into feature/time-parser
Shylock-Hg e2c3737
Merge branch 'master' into feature/time-parser
Shylock-Hg b8e55f0
Merge branch 'master' into feature/time-parser
Shylock-Hg e4529dc
Add the offset support.
Shylock-Hg 14fd406
Add the time zone name support.
Shylock-Hg 00f0f35
Merge branch 'master' into feature/time-parser
Shylock-Hg 37901ac
Split the time zone datebase and time zone initialization.
Shylock-Hg c66681b
Store the info by Context in parser.
Shylock-Hg 8bc521d
Support the time zone name and utc offset together.
Shylock-Hg 0fdab55
Fix the compile error.
Shylock-Hg 2832152
Merge branch 'master' into feature/time-parser
Shylock-Hg 796505e
Merge branch 'master' into feature/time-parser
Shylock-Hg dbb1256
Merge branch 'master' into feature/time-parser
Shylock-Hg 89eb0ca
Merge branch 'master' into feature/time-parser
Shylock-Hg a97cbde
Merge branch 'master' into feature/time-parser
Shylock-Hg b7f0842
Process the sub second.
Shylock-Hg 51999d6
Merge branch 'feature/time-parser' of github.com:Shylock-Hg/nebula-co…
Shylock-Hg 81cb326
Fix the compile warning.
Shylock-Hg e804419
Merge branch 'master' into feature/time-parser
Shylock-Hg d542021
Merge branch 'master' into feature/time-parser
Shylock-Hg 82bc034
Merge branch 'master' into feature/time-parser
Shylock-Hg cdc71e6
Merge branch 'master' into feature/time-parser
Shylock-Hg 6901222
Merge branch 'master' into feature/time-parser
Shylock-Hg 390c5ec
Correct the timezone conversion.
Shylock-Hg 0211404
Fix the case.
Shylock-Hg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we keep 9 digits for ms instead of 6? Nebula's time precision is different from openCypher.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference? They are both fraction of second.