-
Notifications
You must be signed in to change notification settings - Fork 494
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
Query: Adds support for non streaming ORDER BY #4362
Query: Adds support for non streaming ORDER BY #4362
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d90f0f - Browse repository at this point
Copy the full SHA 2d90f0fView commit details -
Change TracingAsyncEnumerator to be an adapter class between ITracing…
…AsyncEnumerator and IAsyncEnumerator
Configuration menu - View commit details
-
Copy full SHA for 92a0625 - Browse repository at this point
Copy the full SHA 92a0625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eff840 - Browse repository at this point
Copy the full SHA 0eff840View commit details -
Change ITracingAsyncEnumerator.MoveNext to take a CancellationToken, …
…thereby removing the awkward method SetCancellationToken from IQueryPipelineStage
Configuration menu - View commit details
-
Copy full SHA for 3ae0b62 - Browse repository at this point
Copy the full SHA 3ae0b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff0687 - Browse repository at this point
Copy the full SHA 0ff0687View commit details -
Configuration menu - View commit details
-
Copy full SHA for b252123 - Browse repository at this point
Copy the full SHA b252123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163f31f - Browse repository at this point
Copy the full SHA 163f31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e1726 - Browse repository at this point
Copy the full SHA 83e1726View commit details -
Add an emulator test for non streaming order by. Also lay groundwork …
…for an alternative implementation for non streaming order by
Configuration menu - View commit details
-
Copy full SHA for bf2e7dd - Browse repository at this point
Copy the full SHA bf2e7ddView commit details -
Remove the ResponseLengthInBytes property from QueryPage. This was be…
…ing calculated incorrectly, and seems to be unused to boot.
Configuration menu - View commit details
-
Copy full SHA for 275b063 - Browse repository at this point
Copy the full SHA 275b063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e3125 - Browse repository at this point
Copy the full SHA 94e3125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb7809 - Browse repository at this point
Copy the full SHA 9eb7809View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce69f9d - Browse repository at this point
Copy the full SHA ce69f9dView commit details -
Fix a bug that caused the page enumerator to be dropped when we reach…
… flat heap sizze limit
Configuration menu - View commit details
-
Copy full SHA for 702c7ad - Browse repository at this point
Copy the full SHA 702c7adView commit details -
When cloning OrderByQueryPartitionRangePageAsyncEnumerator as a fully…
… buffered enumerator, make sure that we set the page size to maximum for the backend requests
Configuration menu - View commit details
-
Copy full SHA for cb874da - Browse repository at this point
Copy the full SHA cb874daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d93d9 - Browse repository at this point
Copy the full SHA 97d93d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 075cb46 - Browse repository at this point
Copy the full SHA 075cb46View commit details -
Avoid an allocation each time the OrderByItems property of OrderByQue…
…ryResult is touched
Configuration menu - View commit details
-
Copy full SHA for 1d02ee8 - Browse repository at this point
Copy the full SHA 1d02ee8View commit details -
Fix up the OrderByPipelineSatgeBenchmark to use fully materialized Co…
…smosElements in the oages returned from MockContainer
Configuration menu - View commit details
-
Copy full SHA for 5f464d0 - Browse repository at this point
Copy the full SHA 5f464d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8089fdf - Browse repository at this point
Copy the full SHA 8089fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5a807 - Browse repository at this point
Copy the full SHA 6e5a807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bde9b - Browse repository at this point
Copy the full SHA 82bde9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be3fb81 - Browse repository at this point
Copy the full SHA be3fb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54e89b - Browse repository at this point
Copy the full SHA c54e89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8babdb7 - Browse repository at this point
Copy the full SHA 8babdb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784295a - Browse repository at this point
Copy the full SHA 784295aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98218bb - Browse repository at this point
Copy the full SHA 98218bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b66ad2 - Browse repository at this point
Copy the full SHA 6b66ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6abe501 - Browse repository at this point
Copy the full SHA 6abe501View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6f04b - Browse repository at this point
Copy the full SHA cf6f04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3065ed1 - Browse repository at this point
Copy the full SHA 3065ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b966a8a - Browse repository at this point
Copy the full SHA b966a8aView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3661c36 - Browse repository at this point
Copy the full SHA 3661c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f3eff - Browse repository at this point
Copy the full SHA 74f3effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05befa6 - Browse repository at this point
Copy the full SHA 05befa6View commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2942dd1 - Browse repository at this point
Copy the full SHA 2942dd1View commit details