Skip to content

Commit

Permalink
Deploying to gh-pages from @ d55d6c0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrishnak committed Dec 10, 2024
1 parent daef46f commit 0e6a511
Show file tree
Hide file tree
Showing 124 changed files with 6,545 additions and 6,549 deletions.
120 changes: 60 additions & 60 deletions aggregate_approx_approx_count_distinct.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,59 +59,59 @@ <h3>Kernels&nbsp;<a href="#kernels">&para;</a></h3>
<h3>Dialects&nbsp;<a href="#dialects">&para;</a></h3>
<select id="dialect">

<option>duckdb</option>
<option>snowflake</option>

<option>velox_presto</option>
<option>sqlite</option>

<option>datafusion</option>

<option>postgres</option>

<option>cudf</option>

<option>datafusion</option>

<option>snowflake</option>
<option>velox_presto</option>

<option>sqlite</option>
<option>duckdb</option>

</select>

<dl class="dialect-definition" id="dialect-duckdb">
<dl class="dialect-definition" id="dialect-snowflake">

<dt>Dialect isn't yet supported</dt>

</dl>

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

<dt>Dialect isn't yet supported</dt>

</dl>

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

<dt>Dialect isn't yet supported</dt>

</dl>

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

<dt>Dialect isn't yet supported</dt>

</dl>

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

<dt>Dialect isn't yet supported</dt>

</dl>

<dl class="dialect-definition" id="dialect-snowflake">
<dl class="dialect-definition" id="dialect-velox_presto">

<dt>Dialect isn't yet supported</dt>

</dl>

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

<dt>Dialect isn't yet supported</dt>

Expand Down Expand Up @@ -267,47 +267,47 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
<script>
var bftDialects = {

'duckdb': {
'snowflake': {
examples: [


null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",


],
Expand All @@ -318,7 +318,7 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'velox_presto': {
'sqlite': {
examples: [


Expand Down Expand Up @@ -369,47 +369,47 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'postgres': {
'datafusion': {
examples: [


"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,


],
Expand All @@ -420,7 +420,7 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

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


Expand Down Expand Up @@ -471,47 +471,47 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'datafusion': {
'cudf': {
examples: [


null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",



null,
"There is no dialect information for this function",


],
Expand All @@ -522,7 +522,7 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'snowflake': {
'velox_presto': {
examples: [


Expand Down Expand Up @@ -573,47 +573,47 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
]
},

'sqlite': {
'duckdb': {
examples: [


"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,



"There is no dialect information for this function",
null,


],
Expand Down
Loading

0 comments on commit 0e6a511

Please sign in to comment.