MobilityDB 1.3
Loading...
Searching...
No Matches
Macros | Functions
set_gin.c File Reference

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...
 

Detailed Description

Functions for defining GIN indexes for set types.