Changes to the LINQ-to-StreamInsight Dialect
- by Roman Schindlauer
In previous versions of StreamInsight (1.0 through 2.0), CepStream<> represents temporal streams of many varieties:
Streams with ‘open’ inputs (e.g., those defined and composed over CepStream<T>.Create(string streamName)
Streams with ‘partially bound’ inputs (e.g., those defined and composed over CepStream<T>.Create(Type…