Table of Contents

Streaming - SQL

About

continuous SQL query on an infinite data stream

A streaming sql can not be ANSI SQL compliant because the streaming functions are not part of those database standards.

A streaming query is a query that executes continuously over streaming data.

In real-time, streaming queries:

Usage

Windows

Stream - Windows

Syntax

MATCH_RECOGNIZE clause

Language

Implementation

Documentation / Reference