risingwave_frontend::handler::create_sink

Function gen_sink_plan

source
pub async fn gen_sink_plan(
    handler_args: HandlerArgs,
    stmt: CreateSinkStatement,
    explain_options: Option<ExplainOptions>,
) -> Result<SinkPlanContext, RwError>