What is the syntax for writing a while loop in Impala? Is it even possible to write a loop? I cant seem to declare variables and it doesn't recognize "while" as a keyword.
Asked
Active
Viewed 5,250 times
1 Answers
2

tk421
- 5,775
- 6
- 23
- 34
-
-
Not really. If you want to do something like that you might look at `impyla` from https://github.com/cloudera/impyla. This will allow you to write looping constructs over Impala. – tk421 Mar 28 '18 at 19:31