risingwave_frontend::binder::relation::watermark

Constant ERROR_1ST_ARG

source
const ERROR_1ST_ARG: &str = "The 1st arg of watermark 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.";