#include "postgres.h"
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/fmgrprotos.h"
#include "utils/inet.h"
#include "utils/rel.h"
#include "utils/sortsupport.h"
Go to the source code of this file.
Definition at line 107 of file btree_macaddr8.c.
References gbt_num_compress(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 123 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.
Definition at line 115 of file btree_macaddr8.c.
References gbt_num_fetch(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 155 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.
Definition at line 174 of file btree_macaddr8.c.
References gbt_num_picksplit(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 182 of file btree_macaddr8.c.
References gbt_num_same(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 205 of file btree_macaddr8.c.
References SortSupportData::comparator, gbt_macaddr8_ssup_cmp(), PG_GETARG_POINTER, PG_RETURN_VOID, and SortSupportData::ssup_extra.
Definition at line 145 of file btree_macaddr8.c.
References gbt_num_union(), palloc0(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 42 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_eq(), and PointerGetDatum().
Definition at line 36 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_ge(), and PointerGetDatum().
Definition at line 31 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_gt(), and PointerGetDatum().
Definition at line 61 of file btree_macaddr8.c.
References a, b, DatumGetInt32(), DirectFunctionCall2, mac8KEY::lower, macaddr8_cmp(), Macaddr8PGetDatum(), and mac8KEY::upper.
Definition at line 48 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_le(), and PointerGetDatum().
Definition at line 54 of file btree_macaddr8.c.
References a, b, DatumGetBool(), DirectFunctionCall2, macaddr8_lt(), and PointerGetDatum().
Definition at line 193 of file btree_macaddr8.c.
References DatumGetInt32(), DatumGetPointer(), DirectFunctionCall2, mac8KEY::lower, macaddr8_cmp(), Macaddr8PGetDatum(), x, and y.
Referenced by gbt_macad8_sortsupport().
Definition at line 95 of file btree_macaddr8.c.
References i.
Referenced by gbt_macad8_penalty().
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().