public class QueryEquivalenceChecker
extends java.lang.Object
| Constructor and Description |
|---|
QueryEquivalenceChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areEquivalent(java.util.List<javatools.datatypes.ByteString[]> q1,
java.util.List<javatools.datatypes.ByteString[]> q2)
It determines whether two conjunctive queries represented as list of atoms
are equivalent.
|