PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 258 of file mvt.c.

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