PostgreSQL Source Code
git master
|
#include "access/htup.h"
#include "access/htup_details.h"
#include "access/skey.h"
#include "access/tupdesc.h"
Go to the source code of this file.
Functions | |
static bool | HeapKeyTest (HeapTuple tuple, TupleDesc tupdesc, int nkeys, ScanKey keys) |
|
inlinestatic |
Definition at line 28 of file valid.h.
References DatumGetBool(), FunctionCall2Coll(), heap_getattr(), ScanKeyData::sk_argument, ScanKeyData::sk_attno, ScanKeyData::sk_collation, ScanKeyData::sk_flags, ScanKeyData::sk_func, SK_ISNULL, and test().
Referenced by heapgettup(), and heapgettup_pagemode().