microsoft / IRNet

An algorithm for cross-domain NL2SQL
MIT License
264 stars 81 forks source link

Confused about finding table of column * #12

Closed xiaer1 closed 4 years ago

xiaer1 commented 4 years ago

I don't understand the inference process of finding table of column * , in the functiondef _parser_column0(self, sql, select). Would you please give me some points.Thanks.

fafa92 commented 4 years ago

https://arxiv.org/pdf/1905.08205.pdf Section 2.1

hope it helps.

xiaer1 commented 4 years ago

@fafa92 Ok,thanks.