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:
- Validating the table exists and is refreshable
- Sending a refresh command to the meta service
- Returning appropriate response to the client