The ODCIPredInfo.Flags constants and their descriptions.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Constant name |
Constant type |
Default value |
Description |
|---|---|---|---|
| PredExactMatch | INTEGER | 1 | An equality predicate. |
| PredPrefixMatch | INTEGER | 2 | A LIKE predicate. |
| PredIncludeStart | INTEGER | 4 | Includes the start value in an index range scan. |
| PredIncludeStop | INTEGER | 8 | Includes the stop value in an index range scan. |
| PredObjectFunc | INTEGER | 16 | The left side of the predicate is a standalone function. |
| PredObjectPkg | INTEGER | 32 | The left side of the predicate is a package function. |
| PredObjectType | INTEGER | 64 | The left side of the predicate is a type. |
| PredMultiTable | INTEGER | 128 | The predicate contains columns from multiple tables. |
| PredNotEqual | INTEGER | 256 | An inequality predicate. |
