We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841a596 commit 2158948Copy full SHA for 2158948
1 file changed
src/dialect/mod.rs
@@ -517,7 +517,7 @@ pub trait Dialect: Debug + Any {
517
/// |> limit 1
518
/// ```
519
///
520
- /// See "SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL" https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/
+ /// See https://cloud.google.com/bigquery/docs/pipe-syntax-guide#basic_syntax
521
fn supports_pipe_operator(&self) -> bool {
522
false
523
}
0 commit comments