We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b4085 commit b7205f0Copy full SHA for b7205f0
src/ast/mod.rs
@@ -428,8 +428,8 @@ impl fmt::Display for Interval {
428
pub struct StructField {
429
pub field_name: Option<Ident>,
430
pub field_type: DataType,
431
- // BigQuery supports options for struct fields.
432
- // see [BigQuery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#column_name_and_column_schema
+ /// Struct field options.
+ /// see [BigQuery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#column_name_and_column_schema
433
pub options: Option<Vec<SqlOption>>,
434
}
435
0 commit comments