Uses of Interface
io.siddhi.core.table.record.RecordIterator
-
Packages that use RecordIterator Package Description io.siddhi.core.table.record -
-
Uses of RecordIterator in io.siddhi.core.table.record
Methods in io.siddhi.core.table.record that return RecordIterator Modifier and Type Method Description protected abstract RecordIterator<Object[]>AbstractRecordTable. find(Map<String,Object> findConditionParameterMap, CompiledCondition compiledCondition)Find records matching the compiled conditionRecordIterator<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
-