This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b2383db Deployed e1116d1 to latest-snapshot with MkDocs 1.6.1 and
mike 2.1.3
b2383db is described below
commit b2383db509805bab0e4a5a925caf94f6390ef7ea
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Sep 16 18:02:40 2025 +0000
Deployed e1116d1 to latest-snapshot with MkDocs 1.6.1 and mike 2.1.3
---
latest-snapshot/overture-examples/index.html | 14 +++++++-------
latest-snapshot/search/search_index.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/latest-snapshot/overture-examples/index.html
b/latest-snapshot/overture-examples/index.html
index c92de65..63a5cad 100644
--- a/latest-snapshot/overture-examples/index.html
+++ b/latest-snapshot/overture-examples/index.html
@@ -2001,7 +2001,7 @@ FROM division_area
</div>
</clipboard-copy>
</div>
-<div class="highlight-ipynb hl-python"><pre><span></span><span class="c1">#
get all the divisions in Nova Scotia and save them in memory with
collect()</span>
+<div class="highlight-ipynb hl-python"><pre><span></span><span class="c1">#
get all the divisions in Nova Scotia and save them in memory with
to_memtable()</span>
<span class="n">nova_scotia_bbox_wkt</span> <span class="o">=</span> <span
class="p">(</span>
<span class="s2">"POLYGON((-66.5 43.4, -66.5 47.1, -59.8 47.1, -59.8 43.4,
-66.5 43.4))"</span>
<span class="p">)</span>
@@ -2011,9 +2011,9 @@ FROM division_area
<span class="s2">FROM division_area</span>
<span class="s2">WHERE</span>
<span class="s2"> ST_Intersects(geometry,
ST_SetSRID(ST_GeomFromText('</span><span class="si">{</span><span
class="n">nova_scotia_bbox_wkt</span><span class="si">}</span><span
class="s2">'), 4326))</span>
-<span class="s2">"""</span><span class="p">)</span><span
class="o">.</span><span class="n">collect</span><span class="p">()</span>
+<span class="s2">"""</span><span class="p">)</span><span
class="o">.</span><span class="n">to_memtable</span><span class="p">()</span>
</pre></div>
-<div class="clipboard-copy-txt" id="cell-13"># get all the divisions in Nova
Scotia and save them in memory with collect()
+<div class="clipboard-copy-txt" id="cell-13"># get all the divisions in Nova
Scotia and save them in memory with to_memtable()
nova_scotia_bbox_wkt = (
"POLYGON((-66.5 43.4, -66.5 47.1, -59.8 47.1, -59.8 43.4, -66.5 43.4))"
)
@@ -2023,7 +2023,7 @@ SELECT
FROM division_area
WHERE
ST_Intersects(geometry,
ST_SetSRID(ST_GeomFromText('{nova_scotia_bbox_wkt}'), 4326))
-""").collect()</div>
+""").to_memtable()</div>
</div>
</div>
</div>
@@ -2111,11 +2111,11 @@ WHERE region = 'CA-NS'
</clipboard-copy>
</div>
<div class="highlight-ipynb hl-python"><pre><span></span><span
class="o">%%</span><span class="n">time</span>
-<span class="c1"># this executes quickly because the Nova Scotia data was
persisted in memory with collect()</span>
+<span class="c1"># this executes quickly because the Nova Scotia data was
persisted in memory with to_memtable()</span>
<span class="n">df</span><span class="o">.</span><span
class="n">show</span><span class="p">(</span><span class="mi">2</span><span
class="p">)</span>
</pre></div>
<div class="clipboard-copy-txt" id="cell-16">%%time
-# this executes quickly because the Nova Scotia data was persisted in memory
with collect()
+# this executes quickly because the Nova Scotia data was persisted in memory
with to_memtable()
df.show(2)</div>
</div>
</div>
@@ -2172,7 +2172,7 @@ Wall time: 8.47 ms
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1
7.5 7.1 7.9l-.1.2z"></path></svg>
</span>
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="September 11, 2025 04:25:06
UTC">September 11, 2025 04:25:06</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="September 16, 2025 17:45:45
UTC">September 16, 2025 17:45:45</span>
</span>
diff --git a/latest-snapshot/search/search_index.json
b/latest-snapshot/search/search_index.json
index f1d211e..4554017 100644
--- a/latest-snapshot/search/search_index.json
+++ b/latest-snapshot/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#sedonadb","title":"SedonaDB","text":"<p>SedonaDB
is a high-performance, dependency-free geospatial compute engine.</p> <p>You
can easily run SedonaDB locally or in the cloud. The first release supports a
core set of vector operations, but the full-suite of common vector and raster
computations will be supported soon.</p> <p>SedonaDB only runs on [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#sedonadb","title":"SedonaDB","text":"<p>SedonaDB
is a high-performance, dependency-free geospatial compute engine.</p> <p>You
can easily run SedonaDB locally or in the cloud. The first release supports a
core set of vector operations, but the full-suite of common vector and raster
computations will be supported soon.</p> <p>SedonaDB only runs on [...]
\ No newline at end of file