|
◆ span_gist_consistent()
bool span_gist_consistent |
( |
const Span * |
key, |
|
|
const Span * |
query, |
|
|
StrategyNumber |
strategy |
|
) |
| |
GiST internal-page 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 |
|