PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ add_value_as_string()

static void add_value_as_string ( mvt_agg_context ctx,
struct feature_builder feature,
char *  value,
uint32_t  k 
)
static

Definition at line 536 of file mvt.c.

537 {
538  bool kept = add_value_as_string_with_size(ctx, feature, value, strlen(value), k);
539  if (!kept)
540  pfree(value);
541 }
static bool add_value_as_string_with_size(mvt_agg_context *ctx, struct feature_builder *feature, char *value, size_t size, uint32_t k)
Definition: mvt.c:508
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: