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

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 297 of file mvt.c.

298{
299 Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
300 int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
301 TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
302 return tupdesc;
303}
unsigned int int32
Definition shpopen.c:273
HeapTupleHeader row
Definition mvt.h:65

References mvt_agg_context::row.

Referenced by parse_column_keys().

Here is the caller graph for this function: