mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
SQL binding for compression type reader
This commit is contained in:
parent
0e0589e576
commit
bde5bd4bc6
@ -135,6 +135,10 @@ CREATE OR REPLACE FUNCTION PC_NumPoints(p pcpatch)
|
||||
RETURNS int4 AS 'MODULE_PATHNAME', 'pcpatch_numpoints'
|
||||
LANGUAGE 'c' IMMUTABLE STRICT;
|
||||
|
||||
CREATE OR REPLACE FUNCTION PC_Compression(p pcpatch)
|
||||
RETURNS int4 AS 'MODULE_PATHNAME', 'pcpatch_compression'
|
||||
LANGUAGE 'c' IMMUTABLE STRICT;
|
||||
|
||||
CREATE OR REPLACE FUNCTION PC_Intersects(p1 pcpatch, p2 pcpatch)
|
||||
RETURNS boolean AS 'MODULE_PATHNAME', 'pcpatch_intersects'
|
||||
LANGUAGE 'c' IMMUTABLE STRICT;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user