PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (ginint4_queryextract) | |
Datum | ginint4_queryextract (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ginint4_consistent) | |
Datum | ginint4_consistent (PG_FUNCTION_ARGS) |
Datum ginint4_consistent | ( | PG_FUNCTION_ARGS | ) |
Definition at line 110 of file _int_gin.c.
References BooleanSearchStrategy, elog, ERROR, gin_bool_consistent(), i, PG_GETARG_INT32, PG_GETARG_POINTER, PG_GETARG_QUERYTYPE_P, PG_GETARG_UINT16, PG_RETURN_BOOL, res, RTContainedByStrategyNumber, RTContainsStrategyNumber, RTOldContainedByStrategyNumber, RTOldContainsStrategyNumber, RTOverlapStrategyNumber, and RTSameStrategyNumber.
Datum ginint4_queryextract | ( | PG_FUNCTION_ARGS | ) |
Definition at line 13 of file _int_gin.c.
References ARRNELEMS, ARRPTR, BooleanSearchStrategy, CHECKARRVALID, elog, ERROR, GETQUERY, GIN_SEARCH_MODE_ALL, GIN_SEARCH_MODE_DEFAULT, GIN_SEARCH_MODE_INCLUDE_EMPTY, i, Int32GetDatum(), items, palloc(), PG_GETARG_ARRAYTYPE_P, PG_GETARG_POINTER, PG_GETARG_QUERYTYPE_P, PG_GETARG_UINT16, PG_RETURN_POINTER, query_has_required_values(), res, RTContainedByStrategyNumber, RTContainsStrategyNumber, RTOldContainedByStrategyNumber, RTOldContainsStrategyNumber, RTOverlapStrategyNumber, RTSameStrategyNumber, QUERYTYPE::size, type, VAL, and val.
PG_FUNCTION_INFO_V1 | ( | ginint4_consistent | ) |
PG_FUNCTION_INFO_V1 | ( | ginint4_queryextract | ) |