pub async fn get_region_wal_options(
    table_metadata_manager: &TableMetadataManager,
    table_route_value: &TableRouteValue,
    physical_table_id: TableId,
) -> Result<HashMap<RegionNumber, WalOptions>>Expand description
Gets the wal options for a table.