risingwave_frontend::handler::query

Function handle_execute

source
pub async fn handle_execute(
    handler_args: HandlerArgs,
    portal: PortalResult,
) -> Result<RwPgResponse, RwError>
Expand description

Execute a “Portal”, which is a prepared statement with bound parameters.