Native INTERLIS model introspection and streaming XTF support for DuckDB
Maintainer(s):
edigonzales
Installing and Loading
INSTALL interlis FROM community;
LOAD interlis;
Example
SELECT interlis_version();
About interlis
The interlis extension provides native INTERLIS model introspection and streaming XTF support for DuckDB.
It supports deterministic model, class, property, and geometry introspection, typed XTF scans, primitive path-value reads, and controlled one-value XTF rewrites. The extension is implemented natively in C++ and does not require a JVM at runtime.
Model sources and XTF inputs are local files in the current release.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| ili_classes | table | NULL | NULL | |
| ili_geometry_properties | table | NULL | NULL | |
| ili_models | table | NULL | NULL | |
| ili_properties | table | NULL | NULL | |
| interlis_components | table | NULL | NULL | |
| interlis_version | scalar | NULL | NULL | |
| xtf_scan | table | NULL | NULL | |
| xtf_set | table | NULL | NULL | |
| xtf_values | table | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
This extension does not add any settings.