fn default_constraint_to_expr( default_constraint: &ColumnDefaultConstraint, target_type: &ConcreteDataType, ) -> Option<Expr>
Try to cast the [ColumnDefaultConstraint] to [Expr] by the target data type.
ColumnDefaultConstraint
Expr