ALTER INDEXTYPE [ schema. ] indextype
  { { { ADD | DROP } [ schema. ] operator ( parameter_types ) } ...
         [ using_type_clause ]
  | COMPILE
  } [ WITH LOCAL RANGE PARTITION ] [ storage_table_clause ]
  ;