PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 260 of file mvt.c.

261 {
262  Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
263  int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
264  TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
265  return tupdesc;
266 }
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: