Rubicon SQL
This page describes the SQL language supported by Rubicon. It is based on PostgresSQL with a few modifications to support streaming use cases.
Data Types
Rubicon does not require the user to explicitly define the data types for the source tables or the output of a transformation. All data types are implicitly inferred from the transformation and the destination where the output is being materialized.
Operations
SELECT CLAUSE
Syntax
Example
Syntax
Example
Last updated