PostGIS  3.7.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 535 of file mvt.c.

536 {
537  bool kept = add_value_as_string_with_size(ctx, feature, value, strlen(value), k);
538  if (!kept)
539  pfree(value);
540 }
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:507
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: