-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hello! I have a use case where I'd like to sort/filter/group based on time. While in practice, I could likely use an int/string column to represent my time and convert it (if necessary) within an operation to time.Time - I'm not inclined to think this will perform as well as a solution which stores the time internally.
Curious if you would:
- Think it makes sense to add a new column type vs piggybacking on int or string
- Be open to a pull request for a time.Time column,
- Have info on all the places to look to add a new column type/have a high level description of what would be required?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels