risingwave_frontend::handler::fetch_cursor

Function handle_parse

source
pub async fn handle_parse(
    handler_args: HandlerArgs,
    statement: Statement,
    specific_param_types: Vec<Option<DataType>>,
) -> Result<PrepareStatement, RwError>