PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ parse_datum_as_string()

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

Definition at line 478 of file mvt.c.

References add_value_as_string(), and genraster::value.

Referenced by parse_values().

480 {
481  Oid foutoid;
482  bool typisvarlena;
483  char *value;
484  POSTGIS_DEBUG(2, "parse_value_as_string called");
485  getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
486  value = OidOutputFunctionCall(foutoid, datum);
487  POSTGIS_DEBUGF(4, "parse_value_as_string value: %s", value);
488  add_value_as_string(ctx, value, tags, k);
489 }
static void add_value_as_string(struct mvt_agg_context *ctx, char *value, uint32_t *tags, uint32_t k)
Definition: mvt.c:457
int value
Definition: genraster.py:61
Here is the call graph for this function:
Here is the caller graph for this function: