PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 291 of file mvt.c.

292 {
293  Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
294  int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
295  TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
296  return tupdesc;
297 }
unsigned int int32
Definition: shpopen.c:273
HeapTupleHeader row
Definition: mvt.h:64

References mvt_agg_context::row.

Referenced by parse_column_keys().

Here is the caller graph for this function: