You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "Zuyu Zhang (JIRA)" <ji...@apache.org> on 2018/05/09 23:30:00 UTC

[jira] [Created] (QUICKSTEP-126) Bit-matrix-based join for Datalog

Zuyu Zhang created QUICKSTEP-126:
------------------------------------

             Summary: Bit-matrix-based join for Datalog
                 Key: QUICKSTEP-126
                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-126
             Project: Apache Quickstep
          Issue Type: New Feature
            Reporter: Zuyu Zhang


We would like to supportĀ the following datalog query efficiently:
{code:java}
sameGeneration(x, y) :- parent(a, x), parent(a, y), x != y
sameGeneration(x, y) :- sameGeneration(a, b), parent(a, x), parent(b, y){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)