Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba1f0c2

Browse files
author
Liudmila Mantrova
committed
DOC: added missing para in vops
1 parent b79bebb commit ba1f0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/vops.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,7 @@ AND filter(betwixt(day, '2015-01-01', '2016-01-01'));
13071307
</listitem>
13081308

13091309
<listitem>
1310+
<para>
13101311
The result of vector boolean operations is <literal>vops_bool</literal>.
13111312
Since &project; requires predicate expressions to have a regular boolean type,
13121313
you have to convert the result to the <literal>bool</literal> type using the
@@ -1318,6 +1319,7 @@ AND filter(betwixt(day, '2015-01-01', '2016-01-01'));
13181319
Otherwise, <literal>true</literal> is returned, so vector operators will
13191320
check the <literal>filter_mask</literal> value for the selected vector
13201321
elements in subsequent operations.
1322+
</para>
13211323
</listitem>
13221324
<listitem>
13231325
<para>

0 commit comments

Comments
 (0)