Interface StreamQueryExplainer
public interface StreamQueryExplainer
An interface that provides information on whether other stream-based databases are affected by the executed query.
-
Method Summary
Modifier and TypeMethodDescriptionexplain(StreamQueryInfo streamQueryInfo) Generate a backend-specific query out of the logical query structure.
-
Method Details
-
explain
Generate a backend-specific query out of the logical query structure.- Parameters:
streamQueryInfo- holds stream relevant query information- Returns:
- a set of streams that were routed to another destination then es/os
-