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 ๐
- SqlGenerator
Context ๐ - Table