Read GAMS GDX files directly into DuckDB
Maintainer(s):
chrispahm
Installing and Loading
INSTALL gdx FROM community;
LOAD gdx;
Example
SELECT * FROM read_gdx('transport.gdx', 'demand');
About gdx
Read GAMS GDX (General Algebraic Modeling System Data Exchange) files directly in DuckDB. For more information, see the documentation.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| gdx_domain_values | table | NULL | NULL | |
| gdx_preload | pragma | NULL | NULL | |
| gdx_symbols | table | NULL | NULL | |
| read_gdx | table | NULL | NULL |
Overloaded Functions
| function_name | function_type | description | comment | examples | |—————|—————|————-|———|———-|
Added Types
| type_name | type_size | logical_type | type_category | internal | |———–|———-:|————–|—————|———-|
Added Settings
| name | description | input_type | scope | aliases | |——|————-|————|——-|———|