risingwave_frontend::binder::relation::watermark

Constant ERROR_2ND_ARG_EXPR

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