public class AbstractQueryableRecordTable.CompiledSelectionWithCache extends Object implements CompiledSelection
| Constructor and Description |
|---|
CompiledSelectionWithCache(io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection recordStoreCompiledSelection,
QuerySelector querySelector,
MetaStateEvent metaStateEvent,
int storeEventIndex,
List<VariableExpressionExecutor> variableExpressionExecutors) |
| Modifier and Type | Method and Description |
|---|---|
MetaStateEvent |
getMetaStateEvent() |
QuerySelector |
getQuerySelector() |
io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection |
getRecordStoreCompiledSelection() |
int |
getStoreEventIndex() |
List<VariableExpressionExecutor> |
getVariableExpressionExecutorsForQuerySelector() |
public CompiledSelectionWithCache(io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection recordStoreCompiledSelection,
QuerySelector querySelector,
MetaStateEvent metaStateEvent,
int storeEventIndex,
List<VariableExpressionExecutor> variableExpressionExecutors)
public io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection getRecordStoreCompiledSelection()
public QuerySelector getQuerySelector()
public MetaStateEvent getMetaStateEvent()
public int getStoreEventIndex()
public List<VariableExpressionExecutor> getVariableExpressionExecutorsForQuerySelector()
Copyright © 2022. All rights reserved.