public interface EPOnDemandPreparedQuery
Modifier and Type | Method and Description |
---|---|
EPOnDemandQueryResult |
execute()
Execute the prepared query returning query results.
|
EPOnDemandQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
For use with named windows that have a context declared and that may therefore have multiple context partitions,
allows to target context partitions for query execution selectively.
|
EventType |
getEventType()
Returns the event type, representing the columns of the select-clause.
|
EPOnDemandQueryResult execute()
EPOnDemandQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
contextPartitionSelectors
- selects context partitions to considerEventType getEventType()