PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void mvt_agg_init_context | ( | struct mvt_agg_context * | ctx | ) |
Initialize aggregation context.
Definition at line 848 of file mvt.c.
References mvt_agg_context::bool_values_hash, mvt_agg_context::double_values_hash, mvt_agg_context::extent, mvt_agg_context::features_capacity, FEATURES_CAPACITY_INITIAL, mvt_agg_context::float_values_hash, mvt_agg_context::geom_index, mvt_agg_context::keys_hash, mvt_agg_context::keys_hash_i, mvt_agg_context::layer, mvt_agg_context::name, mvt_agg_context::sint_values_hash, mvt_agg_context::string_values_hash, UINT32_MAX, mvt_agg_context::uint_values_hash, and mvt_agg_context::values_hash_i.
Referenced by pgis_asmvt_transfn().