Skip to main content

Crate radixdb_spatial

Crate radixdb_spatial 

Source
Expand description

Spatial proving plugin for the public RadixDB plugin SDK.

The implementation deliberately has no engine, catalog, executor, storage, WAL, page, or MVCC dependency. It proves that external types, native functions, core-owned indexes, and generic planner support compose without a spatial branch in the database core.

Re-exports§

pub use spatial::Box2d;
pub use spatial::Point;
pub use spatial::Polygon;

Modules§

spatial

Constants§

PACKAGE_ID
PACKAGE_NAME
PACKAGE_VERSION

Functions§

descriptor
encode
radixdb_plugin_entry_v1