|
|
◆ span_index_leaf_consistent()
| bool span_index_leaf_consistent |
( |
const Span * |
key, |
|
|
const Span * |
query, |
|
|
StrategyNumber |
strategy |
|
) |
| |
Leaf consistency for span types.
- Parameters
-
| [in] | key | Element in the index |
| [in] | query | Value being looked up in the index |
| [in] | strategy | Operator of the operator class being applied |
- Note
- This function is used for both GiST and SP-GiST indexes
|