File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 197197 function, and a ternary <function>triConsistent</> function.
198198 <function>triConsistent</> covers the functionality of both, so providing
199199 triConsistent alone is sufficient. However, if the boolean variant is
200- significantly cheaper to calculate, it can be advantegous to provide both.
200+ significantly cheaper to calculate, it can be advantageous to provide both.
201201 If only the boolean variant is provided, some optimizations that depend on
202202 refuting index items before fetching all the keys are disabled.
203203
219219 returned by <function>extractQuery</> for this <literal>query</> datum.
220220 Each element of the
221221 <literal>check</> array is TRUE if the indexed item contains the
222- corresponding query key, ie , if (check[i] == TRUE) the i-th key of the
222+ corresponding query key, i.e. , if (check[i] == TRUE) the i-th key of the
223223 <function>extractQuery</> result array is present in the indexed item.
224224 The original <literal>query</> datum is
225225 passed in case the <function>consistent</> method needs to consult it,
You can’t perform that action at this time.
0 commit comments