Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DateTimeBin in LINQ #3935

Open
onionhammer opened this issue Jun 23, 2023 · 3 comments
Open

Support DateTimeBin in LINQ #3935

onionhammer opened this issue Jun 23, 2023 · 3 comments
Assignees
Labels
feature-request New feature or request LINQ QUERY

Comments

@onionhammer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
DateTimeBin is a datetime function in Cosmos: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/datetimebin

Describe the solution you'd like
Add DateTimeBin to CosmosLinqExtensions.

Describe alternatives you've considered
Building raw queries

I am open to submitting another PR for this, if I can get a project member to sponsor that they will help shepherd it through the PR process.

@adityasa
Copy link
Contributor

@onionhammer I will be happy to review this for you. Thanks!

@onionhammer
Copy link
Contributor Author

@adityasa cool, I will try to start working on a PR in the next week or two

@onionhammer
Copy link
Contributor Author

onionhammer commented Jul 12, 2023

@adityasa It looks like GroupBy support still isn't in-place for this SDK... not sure how useful DateTimeBins are without GroupBy support. I think we should put this on hold for the time being. GroupBy is far more critical to support, and is still a huge gap in this library.

See #1202

@Maya-Painter Maya-Painter added the feature-request New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request LINQ QUERY
Projects
None yet
Development

No branches or pull requests

4 participants