risingwave_frontend::binder::relation::window_table_function

Constant ERROR_1ST_ARG

source
const ERROR_1ST_ARG: &str = "The 1st arg of window table function should be a table name (incl. source, CTE, view) but not complex structure (subquery, join, another table function). Consider using an intermediate CTE or view as workaround.";