PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _ST_SortableHash()

Datum _ST_SortableHash ( PG_FUNCTION_ARGS  )

Definition at line 2943 of file lwgeom_functions_basic.c.

2944 {
2945  if (PG_ARGISNULL(0))
2946  PG_RETURN_NULL();
2947  PG_RETURN_INT64(gserialized_get_sortable_hash(PG_GETARG_GSERIALIZED_P(0)));
2948 }
uint64_t gserialized_get_sortable_hash(const GSERIALIZED *g)
Return a sortable key based on gserialized.
Definition: gserialized.c:390

References gserialized_get_sortable_hash().

Here is the call graph for this function: