MCPcopy Create free account
hub / github.com/austingebauer/go-leetcode / SQL

Struct SQL

design_sql_2408/solution.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type SQL struct {
15 tables map[string]*table
16}
17
18func Constructor(names []string, columns []int) SQL {
19 sql := SQL{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected