PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( struct geobuf_agg_context ctx)
static

Definition at line 45 of file geobuf.c.

46{
47 Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
48 int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
49 TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
50 return tupdesc;
51}
unsigned int int32
Definition shpopen.c:273
HeapTupleHeader row
Definition geobuf.h:52

References geobuf_agg_context::row.

Referenced by encode_keys(), and encode_properties().

Here is the caller graph for this function: