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

◆ parse_datum_as_string()

static void parse_datum_as_string ( mvt_agg_context ctx,
Oid  typoid,
Datum  datum,
uint32_t *  tags,
uint32_t  k 
)
static

Definition at line 550 of file mvt.c.

552{
553 Oid foutoid;
554 bool typisvarlena;
555 char *value;
556 POSTGIS_DEBUG(2, "parse_value_as_string called");
557 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
558 value = OidOutputFunctionCall(foutoid, datum);
559 POSTGIS_DEBUGF(4, "parse_value_as_string value: %s", value);
560 add_value_as_string(ctx, value, tags, k);
561}
static void add_value_as_string(mvt_agg_context *ctx, char *value, uint32_t *tags, uint32_t k)
Definition mvt.c:544
int value
Definition genraster.py:62

References add_value_as_string().

Referenced by parse_values().

Here is the call graph for this function:
Here is the caller graph for this function: