risingwave_frontend::handler::query

Function handle_parse

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