PostGIS  3.0.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 544 of file mvt.c.

546 {
547  return add_value_as_string_with_size(ctx, value, strlen(value), tags, k);
548 }
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:523
int value
Definition: genraster.py:62

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: