WalkThroughWithContext walks through the PostgreSQL DDL and builds catalog metadata.
(ctx schema.WalkThroughContext, d *model.DatabaseMetadata, ast []base.AST)
| 22 | |
| 23 | // WalkThroughWithContext walks through the PostgreSQL DDL and builds catalog metadata. |
| 24 | func WalkThroughWithContext(ctx schema.WalkThroughContext, d *model.DatabaseMetadata, ast []base.AST) *storepb.Advice { |
| 25 | return WalkThroughOmni(ctx, d, ast) |
| 26 | } |