MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / Table

Class Table

rat-sql-gap/seq2struct/datasets/spider.py:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31@attr.s
32class Table:
33 id = attr.ib()
34 name = attr.ib()
35 unsplit_name = attr.ib()
36 orig_name = attr.ib()
37 columns = attr.ib(factory=list)
38 primary_keys = attr.ib(factory=list)
39
40
41@attr.s

Callers 2

load_tablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected