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

Unknown number of columns #229

Open
hidai-pfr opened this issue Sep 13, 2023 · 1 comment
Open

Unknown number of columns #229

hidai-pfr opened this issue Sep 13, 2023 · 1 comment

Comments

@hidai-pfr
Copy link

Is it possible to process queries where the number of columns is not determined at compile time?

@codethinki
Copy link

i dont know what you mean by that, i guess you could make a loop that just extracts with the >> operator repeatedly into a variable. Since these queries rely on runtime evaluations there is no "exact" type defined anyways, so as long as you somehow get to know how many cols the row should have at runtime its possible

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

No branches or pull requests

2 participants