PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/fmgrprotos.h"
#include "utils/inet.h"
Go to the source code of this file.
Data Structures | |
struct | mac8KEY |
Variables | |
static const gbtree_ninfo | tinfo |
Datum gbt_macad8_compress | ( | PG_FUNCTION_ARGS | ) |
Definition at line 111 of file btree_macaddr8.c.
References gbt_num_compress(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Datum gbt_macad8_consistent | ( | PG_FUNCTION_ARGS | ) |
Definition at line 127 of file btree_macaddr8.c.
References DatumGetPointer(), gbt_num_consistent(), GIST_LEAF, GISTENTRY::key, sort-test::key, mac8KEY::lower, PG_GETARG_POINTER, PG_GETARG_UINT16, PG_RETURN_BOOL, tinfo, and mac8KEY::upper.
Datum gbt_macad8_fetch | ( | PG_FUNCTION_ARGS | ) |
Definition at line 119 of file btree_macaddr8.c.
References gbt_num_fetch(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Datum gbt_macad8_penalty | ( | PG_FUNCTION_ARGS | ) |
Definition at line 161 of file btree_macaddr8.c.
References DatumGetPointer(), sort-test::key, mac8KEY::lower, mac8_2_uint64(), penalty_num, PG_GETARG_POINTER, PG_RETURN_POINTER, and mac8KEY::upper.
Datum gbt_macad8_picksplit | ( | PG_FUNCTION_ARGS | ) |
Definition at line 180 of file btree_macaddr8.c.
References gbt_num_picksplit(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Datum gbt_macad8_same | ( | PG_FUNCTION_ARGS | ) |
Definition at line 188 of file btree_macaddr8.c.
References gbt_num_same(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Datum gbt_macad8_union | ( | PG_FUNCTION_ARGS | ) |
Definition at line 150 of file btree_macaddr8.c.
References gbt_num_union(), palloc0(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
|
static |
Definition at line 42 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_eq(), and PointerGetDatum().
|
static |
Definition at line 36 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_ge(), and PointerGetDatum().
|
static |
Definition at line 31 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_gt(), and PointerGetDatum().
|
static |
Definition at line 61 of file btree_macaddr8.c.
References a, b, DatumGetInt32(), DirectFunctionCall2, mac8KEY::lower, macaddr8_cmp(), Macaddr8PGetDatum(), res, and mac8KEY::upper.
|
static |
Definition at line 48 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_le(), and PointerGetDatum().
|
static |
Definition at line 54 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_lt(), and PointerGetDatum().
|
static |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_compress | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_consistent | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_fetch | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_penalty | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_picksplit | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_same | ) |
PG_FUNCTION_INFO_V1 | ( | gbt_macad8_union | ) |
|
static |
Definition at line 75 of file btree_macaddr8.c.
Referenced by gbt_macad8_compress(), gbt_macad8_consistent(), gbt_macad8_fetch(), gbt_macad8_picksplit(), gbt_macad8_same(), and gbt_macad8_union().