Skip to content

Commit ed4cf2f

Browse files
committed
Simplify syntax comment
1 parent 9b6157e commit ed4cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@ pub enum PipeOperator {
26812681
group_by_expr: Vec<ExprWithAliasAndOrderBy>,
26822682
},
26832683
/// Selects a random sample of rows from the input table.
2684-
/// Syntax: `|> TABLESAMPLE <method> (<size> {ROWS | PERCENT})`
2684+
/// Syntax: `|> TABLESAMPLE SYSTEM (10 PERCENT)
26852685
/// See more at <https://cloud.google.com/bigquery/docs/reference/standard-sql/pipe-syntax#tablesample_pipe_operator>
26862686
TableSample { sample: Box <TableSample> },
26872687
}

0 commit comments

Comments
 (0)