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

◆ parse_datum_as_string()

static void parse_datum_as_string ( mvt_agg_context ctx,
struct feature_builder feature,
Oid  typoid,
Datum  datum,
uint32_t  k 
)
inlinestatic

Definition at line 544 of file mvt.c.

545{
546 Oid foutoid;
547 bool typisvarlena;
548 char *value;
549 POSTGIS_DEBUG(2, "parse_value_as_string called");
550 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
551 value = OidOutputFunctionCall(foutoid, datum);
552 POSTGIS_DEBUGF(4, "parse_value_as_string value: %s", value);
553 add_value_as_string(ctx, feature, value, k);
554}
static void add_value_as_string(mvt_agg_context *ctx, struct feature_builder *feature, char *value, uint32_t k)
Definition mvt.c:535
int value
Definition genraster.py:62

References add_value_as_string(), and mvt_kv_value::value.

Referenced by parse_values().

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