We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0740b2b + 43b38f2 commit 6127c4fCopy full SHA for 6127c4f
src/spatial/modules/main/spatial_functions_scalar.cpp
@@ -6092,7 +6092,7 @@ struct ST_Hilbert {
6092
static constexpr auto DESCRIPTION = R"(
6093
Encodes the X and Y values as the hilbert curve index for a curve covering the given bounding box.
6094
If a geometry is provided, the center of the approximate bounding box is used as the point to encode.
6095
- If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-presicion float.
+ If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-precision float.
6096
For the BOX_2D and BOX_2DF variants, the center of the box is used as the point to encode.
6097
)";
6098
0 commit comments