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

feat: add collect method to BQSqlFrag #70

Merged
merged 1 commit into from
May 3, 2023
Merged

Conversation

ingarabr
Copy link
Contributor

@ingarabr ingarabr commented May 3, 2023

Makes it easier to extract values from the bq frag without the need to iterate over the structure. Collect is tailrec making the users of it stack safe.

Makes it easier to extract values from the bq frag without the need to
iterate over the structure. Collect is tailrec making the users of it
stack safe.
@ingarabr ingarabr requested review from hamnis and HenningKoller May 3, 2023 08:42
@ingarabr ingarabr merged commit 557847e into main May 3, 2023
@ingarabr ingarabr deleted the refactor/bqfrag-collect branch May 3, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants