risingwave_frontend::handler::transaction

Function handle_set

source
pub async fn handle_set(
    _handler_args: HandlerArgs,
    _modes: Vec<TransactionMode>,
    _snapshot: Option<Value>,
    _session: bool,
) -> Result<RwPgResponse, RwError>