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 Type
    Method
    Description
    explain(StreamQueryInfo streamQueryInfo)
    Generate a backend-specific query out of the logical query structure.
  • Method Details

    • explain

      Set<DataRoutedStream> explain(StreamQueryInfo streamQueryInfo)
      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