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

◆ get_tuple_desc()

static TupleDesc get_tuple_desc ( mvt_agg_context ctx)
static

Definition at line 308 of file mvt.c.

309{
310 Oid tupType = HeapTupleHeaderGetTypeId(ctx->row);
311 int32 tupTypmod = HeapTupleHeaderGetTypMod(ctx->row);
312 TupleDesc tupdesc = lookup_rowtype_tupdesc(tupType, tupTypmod);
313 return tupdesc;
314}
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: