|
MobilityDB 1.3
|
Functions for defining GIN indexes for set types. More...
#include "postgres.h"#include "access/gin.h"#include "access/stratnum.h"#include <meos.h>#include <meos_internal.h>#include "temporal/set.h"#include "pg_temporal/temporal.h"Macros | |
| #define | GinContainedStrategySetSet 30 /* for <@ */ |
| #define | GinContainsStrategySetSet 21 /* for @> */ |
| #define | GinContainsStrategySetValue 20 /* for @> */ |
| #define | GinEqualStrategySetSet 40 /* for = */ |
| #define | GinOverlapStrategySetSet 10 /* for && */ |
Functions | |
| Datum | Set_gin_extract_query (PG_FUNCTION_ARGS) |
| extractQuery support function More... | |
| Datum | Set_gin_extract_value (PG_FUNCTION_ARGS) |
| GIN extractValue support function. More... | |
| Datum | Set_gin_triconsistent (PG_FUNCTION_ARGS) |
| GIN triconsistent support function. More... | |
Functions for defining GIN indexes for set types.