MCPcopy Create free account
hub / github.com/dig-team/AMIE / SelectDistinctQuery

Class SelectDistinctQuery

kb/src/main/java/amie/data/remote/Queries.java:152–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152 static public class SelectDistinctQuery implements IQuerySchema {
153
154 public int variable;
155 public List<int[]> query;
156
157 public SelectDistinctQuery(int variable, List<int[]> query) {
158 this.variable = variable;
159 this.query = query;
160 }
161 }
162
163 static public class CountDistinctPairsUpToQuery implements IQuerySchema {
164 public long upperBound;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected