Package | Description |
---|---|
messif.operations.query |
Implementation of data querying operations.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeJoinQueryOperation
Similarity join query operation evaluated using range queries on an external index.
|
Modifier and Type | Method and Description |
---|---|
JoinQueryOperation |
JoinQueryOperation.clone(boolean preserveAnswer) |
Modifier and Type | Method and Description |
---|---|
protected void |
JoinQueryOperation.updateFrom(JoinQueryOperation operation)
Update the answer of this operation from a
JoinQueryOperation . |