PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
▼
PostGIS
Todo List
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
►
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
brin_common.c
Go to the documentation of this file.
1
#include "
postgis_brin.h
"
2
3
bool
4
is_gserialized_from_datum_empty
(Datum the_datum)
5
{
6
GSERIALIZED
*geom = (
GSERIALIZED
*)PG_DETOAST_DATUM(the_datum);
7
8
if
(
gserialized_is_empty
(geom) ==
LW_TRUE
)
9
return
true
;
10
else
11
return
false
;
12
}
is_gserialized_from_datum_empty
bool is_gserialized_from_datum_empty(Datum the_datum)
Definition:
brin_common.c:4
gserialized_is_empty
int gserialized_is_empty(const GSERIALIZED *g)
Check if a GSERIALIZED is empty without deserializing first.
Definition:
gserialized.c:152
LW_TRUE
#define LW_TRUE
Return types for functions with status returns.
Definition:
liblwgeom.h:93
postgis_brin.h
GSERIALIZED
Definition:
liblwgeom.h:443
postgis
brin_common.c
Generated by
1.9.1