We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(czp@nebula) [nba]> $var=go from "Tim Duncan" over * yield like._dst as dst;yield $var +------+ | $var | +------+ | | +------+ Got 1 rows (time spent 6724/7816 us) (czp@nebula) [nba]> $var=go from "Tim Duncan" over * yield like._dst as dst;yield $var[0][1] +--------------+ | $var[0][1] | +--------------+ | OUT_OF_RANGE | +--------------+ Got 1 rows (time spent 5579/6662 us)
Whether to disable variable in yield clause?
The text was updated successfully, but these errors were encountered:
Better don't allow user to write variable expression.
Sorry, something went wrong.
ACK.
These statements are illegal as we discussed offline.
Fixed in #3271
czpmango
Successfully merging a pull request may close this issue.
Whether to disable variable in yield clause?
The text was updated successfully, but these errors were encountered: