Skip to content

Commit e866805

Browse files
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 24b22f4 commit e866805

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ast/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,7 @@ pub enum Expr {
11081108
kind: CastKind,
11091109
/// Expression being cast.
11101110
expr: Box<Expr>,
1111-
/// Target data type. A trailing `ARRAY` keyword (e.g.
1112-
/// `CAST(... AS UNSIGNED ARRAY)`) becomes [`ArrayElemTypeDef::Qualified`].
1111+
/// Target data type.
11131112
data_type: DataType,
11141113
/// Optional CAST(string_expression AS type FORMAT format_string_expression) as used by [BigQuery]
11151114
///

0 commit comments

Comments
 (0)