risingwave_frontend::binder::relation::window_table_function

Constant ERROR_2ND_ARG_EXPR

source
const ERROR_2ND_ARG_EXPR: &str = "The 2st arg of window table function should be a column name but not complex expression. Consider using an intermediate CTE or view as workaround.";