Skip to content

Commit af96f55

Browse files
committed
ClickHouse: Fix MATERIALIZED column option docs typo
1 parent 09827e1 commit af96f55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ast/ddl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,8 +1913,8 @@ pub enum ColumnOption {
19131913
/// `DEFAULT <restricted-expr>`
19141914
Default(Expr),
19151915

1916-
/// `MATERIALIZE <expr>`
1917-
/// Syntax: `b INT MATERIALIZE (a + 1)`
1916+
/// `MATERIALIZED <expr>`
1917+
/// Syntax: `b INT MATERIALIZED (a + 1)`
19181918
///
19191919
/// [ClickHouse](https://clickhouse.com/docs/en/sql-reference/statements/create/table#default_values)
19201920
Materialized(Expr),

0 commit comments

Comments
 (0)