Function handle_refresh

Source
pub async fn handle_refresh(
    handler_args: HandlerArgs,
    table_name: ObjectName,
) -> Result<RwPgResponse>
Expand description

Handle REFRESH statement

This function processes the REFRESH statement by:

  1. Validating the table exists and is refreshable
  2. Sending a refresh command to the meta service
  3. Returning appropriate response to the client