#include "postgres.h"
#include "executor/executor.h"
#include "utils/fmgrprotos.h"
#include "utils/geo_decls.h"
Go to the source code of this file.
Definition at line 25 of file funcs.c.
References arg, PG_GETARG_INT32, and PG_RETURN_INT32.
Definition at line 37 of file funcs.c.
References arg, PG_GETARG_FLOAT8, and PG_RETURN_FLOAT8.
Definition at line 130 of file funcs.c.
References DatumGetInt32(), GetAttributeByName(), PG_GETARG_HEAPTUPLEHEADER, PG_GETARG_INT32, and PG_RETURN_BOOL.
Definition at line 91 of file funcs.c.
References palloc(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE(), VARDATA(), VARDATA_ANY(), VARHDRSZ, and VARSIZE_ANY_EXHDR().
Definition at line 65 of file funcs.c.
References palloc(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE(), VARDATA(), VARDATA_ANY(), VARHDRSZ, and VARSIZE_ANY_EXHDR().
Definition at line 48 of file funcs.c.
References palloc(), PG_GETARG_POINT_P, PG_RETURN_POINT_P, Point::x, and Point::y.
Definition at line 111 of file funcs.c.
References collid, DatumGetBool(), DirectFunctionCall2Coll(), PG_GET_COLLATION, PG_GETARG_TEXT_PP, PG_RETURN_BOOL, PointerGetDatum(), and text_starts_with().