PostGIS
3.6.1dev-r@@SVN_REVISION@@
◆
geometry_estimated_extent()
Datum geometry_estimated_extent
(
PG_FUNCTION_ARGS
)
Definition at line
2718
of file
gserialized_estimate.c
.
2719
{
2720
if
( PG_NARGS() == 3 )
2721
{
2722
PG_RETURN_DATUM(
2723
DirectFunctionCall3(
gserialized_estimated_extent
,
2724
PG_GETARG_DATUM(0),
2725
PG_GETARG_DATUM(1),
2726
PG_GETARG_DATUM(2)));
2727
}
2728
else
if
( PG_NARGS() == 2 )
2729
{
2730
PG_RETURN_DATUM(
2731
DirectFunctionCall2(
gserialized_estimated_extent
,
2732
PG_GETARG_DATUM(0),
2733
PG_GETARG_DATUM(1)));
2734
}
2735
2736
elog(ERROR,
"geometry_estimated_extent() called with wrong number of arguments"
);
2737
PG_RETURN_NULL();
2738
}
gserialized_estimated_extent
Datum gserialized_estimated_extent(PG_FUNCTION_ARGS)
Definition:
gserialized_estimate.c:2599
References
gserialized_estimated_extent()
.
Here is the call graph for this function:
postgis
gserialized_estimate.c
Generated by
1.9.1