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 04a12ae Deployed 0f0ba4d to latest-snapshot with MkDocs 1.6.1 and
mike 2.1.3
04a12ae is described below
commit 04a12aee22f97da8b9540a9eb5d48e0f5ade4960
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Nov 10 15:07:01 2025 +0000
Deployed 0f0ba4d to latest-snapshot with MkDocs 1.6.1 and mike 2.1.3
---
latest-snapshot/assets/_mkdocstrings.css | 24 ++++++++++++++++++++++++
latest-snapshot/reference/python/index.html | 11 +++++++++++
latest-snapshot/sitemap.xml | 26 +++++++++++++-------------
latest-snapshot/sitemap.xml.gz | Bin 331 -> 330 bytes
4 files changed, 48 insertions(+), 13 deletions(-)
diff --git a/latest-snapshot/assets/_mkdocstrings.css
b/latest-snapshot/assets/_mkdocstrings.css
index e70cfd4..854048c 100644
--- a/latest-snapshot/assets/_mkdocstrings.css
+++ b/latest-snapshot/assets/_mkdocstrings.css
@@ -211,3 +211,27 @@ code.doc-symbol-module::after {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
+
+/* Source code blocks (admonitions). */
+:root {
+ --md-admonition-icon--mkdocstrings-source:
url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0
1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19
12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97
5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1
0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg>')
+}
+.md-typeset .admonition.mkdocstrings-source,
+.md-typeset details.mkdocstrings-source {
+ border: none;
+ padding: 0;
+}
+.md-typeset .admonition.mkdocstrings-source:focus-within,
+.md-typeset details.mkdocstrings-source:focus-within {
+ box-shadow: none;
+}
+.md-typeset .mkdocstrings-source > .admonition-title,
+.md-typeset .mkdocstrings-source > summary {
+ background-color: inherit;
+}
+.md-typeset .mkdocstrings-source > .admonition-title::before,
+.md-typeset .mkdocstrings-source > summary::before {
+ background-color: var(--md-default-fg-color);
+ -webkit-mask-image: var(--md-admonition-icon--mkdocstrings-source);
+ mask-image: var(--md-admonition-icon--mkdocstrings-source);
+}
diff --git a/latest-snapshot/reference/python/index.html
b/latest-snapshot/reference/python/index.html
index db81c1d..b8f7831 100644
--- a/latest-snapshot/reference/python/index.html
+++ b/latest-snapshot/reference/python/index.html
@@ -1867,6 +1867,7 @@
<div class="doc doc-contents ">
+
<p>Context for executing queries using Sedona</p>
<p>This object keeps track of state such as registered functions,
registered tables, and available memory. This is similar to a
@@ -2403,6 +2404,7 @@ been called, subsequent configuration has no effect.</p>
<div class="doc doc-contents ">
+
<p>Representation of a (lazy) collection of columns</p>
<p>This object is usually constructed from a
SedonaContext][sedonadb.context.SedonaContext] by importing an object,
@@ -3248,6 +3250,7 @@ such that it can be referred to in SQL.</p>
<div class="doc doc-contents ">
+
<p>Engine-agnostic catalog and SQL engine</p>
<p>Represents a connection to an engine, abstracting the details of registering
a few common types of inputs and generating a few common types of outputs.
@@ -3637,6 +3640,7 @@ that have (e.g.) differing integer handling.</p>
Bases: <code><a class="autorefs autorefs-internal"
title="DBEngine (sedonadb.testing.DBEngine)"
href="#sedonadb.testing.DBEngine">DBEngine</a></code></p>
+
<p>A DuckDB implementation of the DBEngine using DuckDB Python</p>
@@ -3684,6 +3688,7 @@ that have (e.g.) differing integer handling.</p>
Bases: <code><a class="autorefs autorefs-internal" title="DuckDB
(sedonadb.testing.DuckDB)" href="#sedonadb.testing.DuckDB">DuckDB</a></code></p>
+
<p>DuckDB configured for single-threaded execution</p>
@@ -3731,6 +3736,7 @@ that have (e.g.) differing integer handling.</p>
Bases: <code><a class="autorefs autorefs-internal"
title="DBEngine (sedonadb.testing.DBEngine)"
href="#sedonadb.testing.DBEngine">DBEngine</a></code></p>
+
<p>A PostGIS implementation of the DBEngine using ADBC</p>
<p>The default constructor uses the URI of the container provided in the source
repository's compose.yml; however, a custom URI can be provided as well to
@@ -3801,6 +3807,7 @@ connect to non-docker PostGIS.</p>
Bases: <code><a class="autorefs autorefs-internal"
title="PostGIS (sedonadb.testing.PostGIS)"
href="#sedonadb.testing.PostGIS">PostGIS</a></code></p>
+
<p>PostGIS configured for single-threaded (no parallel workers)
execution</p>
@@ -3848,6 +3855,7 @@ connect to non-docker PostGIS.</p>
Bases: <code><a class="autorefs autorefs-internal"
title="DBEngine (sedonadb.testing.DBEngine)"
href="#sedonadb.testing.DBEngine">DBEngine</a></code></p>
+
<p>A SedonaDB implementation of the DBEngine using the Python
bindings</p>
@@ -3895,6 +3903,7 @@ connect to non-docker PostGIS.</p>
Bases: <code><a class="autorefs autorefs-internal"
title="SedonaDB (sedonadb.testing.SedonaDB)"
href="#sedonadb.testing.SedonaDB">SedonaDB</a></code></p>
+
<p>SedonaDB configured for single-threaded execution</p>
@@ -4293,6 +4302,7 @@ fixed-size binary)</p>
<div class="doc doc-contents ">
+
<p>Scalar user-defined function wrapper</p>
<p>This class is a wrapper class used as the return value for user-defined
function constructors. This wrapper allows the UDF to be registered with
@@ -4344,6 +4354,7 @@ Scalar UDFs. This object is not intended to be used to
call a UDF.</p>
Bases: <code><a class="autorefs autorefs-external"
href="https://docs.python.org/3/library/stdtypes.html#str">str</a></code></p>
+
<p>Helper class to mark type matchers that can be used as the
<code>input_types</code> for
user-defined functions</p>
<p>Note that the internal storage of the type matcher (currently a string) is
diff --git a/latest-snapshot/sitemap.xml b/latest-snapshot/sitemap.xml
index 8ea2d1e..e42a8f1 100644
--- a/latest-snapshot/sitemap.xml
+++ b/latest-snapshot/sitemap.xml
@@ -2,54 +2,54 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sedona.apache.org/sedonadb/latest/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/contributors-guide/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/crs-examples/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/delta-lake/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/geopandas-interop/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/overture-examples/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/programming-guide/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/quickstart-python/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/working-with-parquet-files/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/working-with-sql-sedonadb/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/reference/python/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/reference/sql-joins/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/reference/sql/</loc>
- <lastmod>2025-11-09</lastmod>
+ <lastmod>2025-11-10</lastmod>
</url>
</urlset>
\ No newline at end of file
diff --git a/latest-snapshot/sitemap.xml.gz b/latest-snapshot/sitemap.xml.gz
index dc4a0be..64de606 100644
Binary files a/latest-snapshot/sitemap.xml.gz and
b/latest-snapshot/sitemap.xml.gz differ