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

sample #829

Merged
merged 2 commits into from
Oct 26, 2021
Merged

sample #829

merged 2 commits into from
Oct 26, 2021

Conversation

izhuxiaoqing
Copy link
Contributor

No description provided.


`sample_list` is a list. Elements in the list must be natural numbers, and the number of elements must be the same as the maximum number of `STEPS` in the `GO` statement. The following takes `GO 1 TO 3 STEPS FROM "A" OVER * SAMPLE <sample_list>` as an example to introduce this usage of `SAMPLE` in detail.

* The list `sample_list` must contain 3 natural number elements, such as `GO 1 TO 3 STEPS FROM "A" OVER * SAMPLE [1,2,4]`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the meaning of [number elements]? Does it mean numeric elements?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Natural numbers.

@abby-cyber abby-cyber merged commit cabbe2d into vesoft-inc:master Oct 26, 2021
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.

None yet

3 participants