-
Notifications
You must be signed in to change notification settings - Fork 112
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
Implement extract_cellset_async #1030
Conversation
@vmitsenko |
@MariusWirtz |
and expose function through `execute_mdx` and `execute_view` leverages `extract_cellset_axes_raw_async` and `extract_cellset_cells_raw_async`functions
ddac11e
to
31558ca
Compare
I see. The alternative to be introducing another I will stick to currently established patterns. I think long term we can deprecate the |
Actually, adding the |
eebe235
to
665493e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes added, all tests passed successfully.
Implement
extract_cellset_async
and expose function throughexecute_mdx
andexecute_view
leveragesextract_cellset_axes_raw_async
andextract_cellset_cells_raw_async
functionsStill lacking test cases but performance improvements are already measurable.