Package | Description |
---|---|
io.siddhi.core.table.record |
Modifier and Type | Method and Description |
---|---|
protected abstract RecordIterator<Object[]> |
AbstractRecordTable.find(Map<String,Object> findConditionParameterMap,
CompiledCondition compiledCondition)
Find records matching the compiled condition
|
RecordIterator<Object[]> |
RecordTableHandlerCallback.find(Map<String,Object> findConditionParameterMap,
CompiledCondition compiledCondition) |
protected abstract RecordIterator<Object[]> |
AbstractQueryableRecordTable.query(Map<String,Object> parameterMap,
CompiledCondition compiledCondition,
CompiledSelection compiledSelection,
io.siddhi.query.api.definition.Attribute[] outputAttributes)
Query records matching the compiled condition and selection
|
Copyright © 2019. All rights reserved.