File tree Expand file tree Collapse file tree
datafusion-pg-catalog/src/sql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
462462 data_type,
463463 expr : inner_expr,
464464 format : _,
465+ ..
465466 } = expr
466467 {
467468 if * kind == CastKind :: DoubleColon {
@@ -480,6 +481,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
480481 data_type,
481482 expr : _,
482483 format : _,
484+ ..
483485 } = expr
484486 {
485487 if * kind == CastKind :: DoubleColon {
@@ -496,6 +498,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
496498 data_type,
497499 expr : inner_expr,
498500 format : _,
501+ ..
499502 } = expr
500503 {
501504 if * kind == CastKind :: DoubleColon {
@@ -506,6 +509,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
506509 data_type : inner_data_type,
507510 expr : inner_inner_expr,
508511 format : _,
512+ ..
509513 } = inner_expr. as_ref ( )
510514 {
511515 if * inner_kind == CastKind :: DoubleColon {
You can’t perform that action at this time.
0 commit comments