PostGIS  3.1.6dev-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 486 of file mvt.c.

487 {
488  bool kept = add_value_as_string_with_size(ctx, value, strlen(value), tags, k);
489  if (!kept)
490  pfree(value);
491 }
static bool add_value_as_string_with_size(mvt_agg_context *ctx, char *value, size_t size, uint32_t *tags, uint32_t k)
Definition: mvt.c:458
int value
Definition: genraster.py:62

References add_value_as_string_with_size(), and genraster::value.

Referenced by parse_datum_as_string(), parse_jsonb(), and parse_values().

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