PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ add_value_as_string()

static void add_value_as_string ( mvt_agg_context ctx,
char *  value,
uint32_t tags,
uint32_t  k 
)
static

Definition at line 531 of file mvt.c.

533 {
534  return add_value_as_string_with_size(ctx, value, strlen(value), tags, k);
535 }
static void add_value_as_string_with_size(mvt_agg_context *ctx, char *value, size_t size, uint32_t *tags, uint32_t k)
Definition: mvt.c:510
int value
Definition: genraster.py:61

References add_value_as_string_with_size(), and genraster::value.

Referenced by parse_datum_as_string(), and parse_jsonb().

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