Skip to content

time.Time column type #40

@jrkhan

Description

@jrkhan

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:

  1. Think it makes sense to add a new column type vs piggybacking on int or string
  2. Be open to a pull request for a time.Time column,
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions