HazyResearch / ddlog

Compiler for writing DeepDive applications in a Datalog-like language — ⚠️🚧🛑 REPO MOVED TO DEEPDIVE 👇🏿
https://github.com/HazyResearch/deepdive/tree/master/compiler/ddlog
19 stars 4 forks source link

Makes sure schema entries are exported for rules that compile into views #73

Closed netj closed 8 years ago

netj commented 8 years ago

with type: view relation and UNKNOWN type columns whose names are column_i for i = 0 to N-1.

Fixes #69

ThomasPalomares commented 8 years ago

LGTM ! Thanks Jaeho. It would also be great, in another PR, if it would be possible to declare views in ddlog. For instance, if for some views we want a more specific name that "column_i", we could declare in app.ddlog sthg like: @view view1(specific_name text, ...).

However that's a way smaller issue.