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