Skip to content

Commit

Permalink
Merge 'sampling_dev' of nebula into sampling_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
YolandaLyj committed Oct 13, 2022
2 parents db37cab + 256d9b2 commit 896e139
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser/parser.yy
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,6 @@ order_by_sentence
}
;


sampling_factor
: expression legal_integer {
$$ = new SamplingFactor($1, $2, SamplingFactor::BINARY);
Expand Down Expand Up @@ -2261,7 +2260,6 @@ sampling_sentence
}
;


fetch_vertices_sentence
: KW_FETCH KW_PROP KW_ON name_label_list vid_list yield_clause {
$$ = new FetchVerticesSentence($4, $5, $6);
Expand Down

0 comments on commit 896e139

Please sign in to comment.