Module sql_gen

Source
Expand description

Provides Data structures for query generation, and the interface for generating stream (MATERIALIZED VIEW) and batch query statements.

Re-exportsยง

pub use expr::print_function_table;

Modulesยง

agg ๐Ÿ”’
cast ๐Ÿ”’
dml ๐Ÿ”’
expr ๐Ÿ”’
functions ๐Ÿ”’
query ๐Ÿ”’
Interface for generating a query We construct Query based on the AST representation, as defined in the risingwave_sqlparser module.
relation ๐Ÿ”’
scalar ๐Ÿ”’
time_window ๐Ÿ”’
types ๐Ÿ”’
This module contains datatypes and functions which can be generated by sqlsmith.
utils ๐Ÿ”’
Internal utilities for sql gen.

Structsยง

Column
Sqlsmith Column definition
SqlGenerator ๐Ÿ”’
SqlGeneratorContext ๐Ÿ”’
Table