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

Access to a query-specific context value in ecs_order_by_action_t and/or ecs_sort_table_action_t #1222

Open
KislyjKisel opened this issue Jul 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KislyjKisel
Copy link

Describe the problem you are trying to solve.
Currently ecs_order_by_action_t is being called without any context value, making it harder to use with bindings.

Describe the solution you'd like
Extending ecs_query_desc_t with void *order_by_ctx; and ecs_ctx_free_t order_by_ctx_free; fields, with context being passed to order callbacks, similar to already existing void *group_by_ctx;.

@KislyjKisel KislyjKisel added the enhancement New feature or request label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant