Search Shortcut cmd + k | ctrl + k
gdx

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

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.