Jaeho Shin

Results 51 comments of Jaeho Shin

If we support `cpp` output, I think we shouldn't try to improve anything. For smarter things, I prefer doing a proper module support in the language itself. @chrismre also thinks...

@feiranwang I think we did arbitrary expression here but maybe this is a parse error?

@feiranwang Do you have free cycles to take a crack at this asap? @HazyResearch/genomics guys are heavily affected by this.

The combinators don't produce the more traditional LR or LALR parser but just give a recursive descendent parser, hence the slowness is very plausible.

@feiranwang You can probably also plug a bit about what happened when the input was repeated 10x?

Running part of a ddlog program (certain pipelines or relations) is important and both ddlog and deepdive needs to be changed to support the right granularity. Can you share some...

Thanks for reporting. We'll clean this up pretty soon. @ThomasPalomares and I were discussing the idea of using a rule annotation such as `@materialize` to decide whether a head becomes...

I think recursive rules are unnecessary complexity for the moment. We could start thinking about it when there's a compelling use case. But until then, we should detect cycles in...

@alldefector Awesome! I had to sometimes do a `CREATE EXTENSION hstore` before step 4, but `to_json` seems working great. I hope PGXL doesn't break on other parts of the SQL...

Btw the SQL produced by MB for loading into ES can be seen with: ``` bash mindbender hack jqDDlog '"has_spouse_candidates" | relationByName | sqlForRelationNestingAssociated'