PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 309 of file mvt.c.

310 {
311  Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
312  int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
313  TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
314  return tupdesc;
315 }
unsigned int int32
Definition: shpopen.c:54
HeapTupleHeader row
Definition: mvt.h:74

References mvt_agg_context::row.

Referenced by parse_column_keys().

Here is the caller graph for this function: