PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ mvt_ctx_serialize()

bytea * mvt_ctx_serialize ( mvt_agg_context ctx)

Definition at line 1125 of file mvt.c.

1126{
1127 return mvt_ctx_to_bytea(ctx);
1128}
static bytea * mvt_ctx_to_bytea(mvt_agg_context *ctx)
Definition mvt.c:1094

References mvt_ctx_to_bytea().

Referenced by pgis_asmvt_serialfn().

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