Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2546347 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed May 11, 2023
1 parent 5cb9945 commit 8d2d2d5
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
100 changes: 50 additions & 50 deletions add.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ <h3>Dialects&nbsp;<a href="#dialects">&para;</a></h3>

<option>velox_presto</option>

<option>postgres</option>

<option>sqlite</option>

<option>cudf</option>

<option>postgres</option>

</select>

<dl class="dialect-definition" id="dialect-velox_presto">
Expand All @@ -146,17 +146,17 @@ <h3>Dialects&nbsp;<a href="#dialects">&para;</a></h3>

</dl>

<dl class="dialect-definition" id="dialect-postgres">
<dl class="dialect-definition" id="dialect-sqlite">

<dt>overflow</dt>
<dd>ERROR</dd>
<dd>SILENT</dd>

<dt>rounding</dt>
<dd>TIE_TO_EVEN</dd>

</dl>

<dl class="dialect-definition" id="dialect-sqlite">
<dl class="dialect-definition" id="dialect-cudf">

<dt>overflow</dt>
<dd>SILENT</dd>
Expand All @@ -166,10 +166,10 @@ <h3>Dialects&nbsp;<a href="#dialects">&para;</a></h3>

</dl>

<dl class="dialect-definition" id="dialect-cudf">
<dl class="dialect-definition" id="dialect-postgres">

<dt>overflow</dt>
<dd>SILENT</dd>
<dd>ERROR</dd>

<dt>rounding</dt>
<dd>TIE_TO_EVEN</dd>
Expand Down Expand Up @@ -656,11 +656,11 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'postgres': {
'sqlite': {
examples: [


"The dialect postgres does not support the kernel add(i8, i8) -> i8",
null,



Expand All @@ -676,57 +676,57 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",
null,



"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",
null,



"The dialect postgres does not support the kernel add(i8, i8) -> error",
"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",



null,
"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",



null,
"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",



null,
"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",



"The dialect postgres does not support the kernel add(i8, i8) -> i8",
"The dialect sqlite expects overflow=SILENT but overflow=SATURATE was requested",



"The dialect postgres does not support the kernel add(i8, i8) -> i8",
"The dialect sqlite expects overflow=SILENT but overflow=SATURATE was requested",



"The dialect postgres does not support the kernel add(i8, i8) -> undefined",
null,



"The dialect postgres does not support the kernel add(fp32, fp32) -> fp32",
"The dialect sqlite does not support the kernel add(fp32, fp32) -> fp32",



"The dialect postgres does not support the kernel add(fp32, fp32) -> fp32",
"The dialect sqlite does not support the kernel add(fp32, fp32) -> fp32",



"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",
null,


],
kernels: [

false,
true,

true,

Expand All @@ -736,12 +736,12 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>

false,

false,
true,

]
},

'sqlite': {
'cudf': {
examples: [


Expand Down Expand Up @@ -769,39 +769,39 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",
"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",



"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",
"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",



"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",
"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",



"The dialect sqlite expects overflow=SILENT but overflow=ERROR was requested",
"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",



"The dialect sqlite expects overflow=SILENT but overflow=SATURATE was requested",
"The dialect cudf expects overflow=SILENT but overflow=SATURATE was requested",



"The dialect sqlite expects overflow=SILENT but overflow=SATURATE was requested",
"The dialect cudf expects overflow=SILENT but overflow=SATURATE was requested",



null,



"The dialect sqlite does not support the kernel add(fp32, fp32) -> fp32",
null,



"The dialect sqlite does not support the kernel add(fp32, fp32) -> fp32",
"The dialect cudf expects rounding=TIE_TO_EVEN but rounding=FLOOR was requested",



Expand All @@ -819,18 +819,18 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>

true,

false,
true,

true,

]
},

'cudf': {
'postgres': {
examples: [


null,
"The dialect postgres does not support the kernel add(i8, i8) -> i8",



Expand All @@ -846,67 +846,67 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



null,
"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",



null,
"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",



"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",
"The dialect postgres does not support the kernel add(i8, i8) -> error",



"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",
null,



"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",
null,



"The dialect cudf expects overflow=SILENT but overflow=ERROR was requested",
null,



"The dialect cudf expects overflow=SILENT but overflow=SATURATE was requested",
"The dialect postgres does not support the kernel add(i8, i8) -> i8",



"The dialect cudf expects overflow=SILENT but overflow=SATURATE was requested",
"The dialect postgres does not support the kernel add(i8, i8) -> i8",



null,
"The dialect postgres does not support the kernel add(i8, i8) -> undefined",



null,
"The dialect postgres does not support the kernel add(fp32, fp32) -> fp32",



"The dialect cudf expects rounding=TIE_TO_EVEN but rounding=FLOOR was requested",
"The dialect postgres does not support the kernel add(fp32, fp32) -> fp32",



null,
"The dialect postgres does not support the kernel add(fp64, fp64) -> fp64",


],
kernels: [

true,
false,

true,

true,

true,

true,
false,

true,
false,

]
},
Expand Down
Loading

0 comments on commit 8d2d2d5

Please sign in to comment.