public abstract class ProcessPredicate extends JavaPredicate
| Constructor and Description |
|---|
ProcessPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Object[] row,
boolean[] boundparams,
ResultIF result)
EXPERIMENTAL: Processes the input row and pushes result rows to the result.
|
QueryMatches |
satisfy(QueryMatches matches,
Object[] arguments)
INTERNAL: Internal machinery.
|
getCost, getModuleURI, getName, getParameters, getPredicateName, getSignature, getTopicMap, setModuleURI, setParameters, setPredicateName, setTopicMappublic final QueryMatches satisfy(QueryMatches matches, Object[] arguments) throws InvalidQueryException
JavaPredicatesatisfy in interface BasicPredicateIFsatisfy in class JavaPredicateInvalidQueryExceptionpublic abstract void process(Object[] row, boolean[] boundparams, ResultIF result) throws InvalidQueryException
InvalidQueryException