This lindel extension adds functions for the linearization and delinearization of numeric arrays in DuckDB. It allows you to order multi-dimensional data using space-filling curves.
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/lindel
INSTALL lindel FROM community;
LOAD lindel;For instructions on building the extension from source and running its tests, see BUILDING.md.