The following table describes the ODCIIndexInfo.IndexInfoFlags constants.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
| Constant | Data type | Default value | Description |
|---|---|---|---|
| Local | INTEGER | 1 | Local. |
| RangePartn | INTEGER | 2 | RANGE partitioning. |
| HashPartn | INTEGER | 4 | HASH partitioning. |
| Online | INTEGER | 8 | Indicates an online domain index. |
| Parallel | INTEGER | 16 | Indicates the degree of parallelism (DOP). |
| Unusable | INTEGER | 32 | Indicates that the index is marked unusable. |
| IndexOnIOT | INTEGER | 64 | Indicates an IoT index. |
| TransTblspc | INTEGER | 128 | Indicates that the domain index is created in a transportable tablespace session. |
| FunctionIdx | INTEGER | 256 | Indicates a function-based domain index. |
| ListPartn | INTEGER | 512 | LIST partitioning. |
| UpdateGlobalIndexes | INTEGER | 1024 | Global partitioned indexes. |