Skip to content

Commit 83518b7

Browse files
committed
Escape less than sign
1 parent 428eaec commit 83518b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RFC-0001-nan-definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ and E is the value of the <exponent>, then M * 10E is the apparent value of ANL.
5858
5959
Some read the above as disallowing NaNs because floating point types are defined only as mantissa and exponent, and there are no special values defined like NaN, infinity, and -infinity. I don't think it's clear one way or the other, and it looks like most databases do support NaN values.
6060

61-
With regard to sorting, the ANSI spec says the following: >
62-
> f) PVi is said to precede QVi if the value of the <comparison predicate> “PVi <comp op> QVi” is True for the applicable <comp op>.
61+
With regard to sorting, the ANSI spec says the following:
62+
> f) PVi is said to precede QVi if the value of the &lt;comparison predicate> “PVi &lt;comp op> QVi” is True for the applicable &lt;comp op>.
6363
>
64-
> g) If PVi and QVi are not the null value and the result of “PVi <comp op> QVi” is Unknown, then the relative ordering of PVi and QVi is implementation-dependent.
64+
> g) If PVi and QVi are not the null value and the result of “PVi &lt;comp op> QVi” is Unknown, then the relative ordering of PVi and QVi is implementation-dependent.
6565
6666
### Current Presto behavior
6767

0 commit comments

Comments
 (0)