Skip to content

Commit

Permalink
move explain parser to protected status (#2099)
Browse files Browse the repository at this point in the history
* re-export schema parser for meta-connection

* make schemaForExplain protected
  • Loading branch information
mtoy-googly-moogly authored Jan 16, 2025
1 parent 32679fd commit 7967e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy-db-trino/src/trino_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export class PrestoConnection extends TrinoPrestoConnection {
this.schemaFromExplain(explainResult, structDef);
}

private schemaFromExplain(
protected schemaFromExplain(
explainResult: MalloyQueryData,
structDef: StructDef
) {
Expand Down

0 comments on commit 7967e98

Please sign in to comment.