A common pair of data prep operations are fill down and fill up. Coming in DuckDB 2.0, you can write window functions in extensions, which would let you add these operations in an extension. A simple version of fill down is already included in the demo extension code (it could use a default argument.)
A common pair of data prep operations are fill down and fill up. Coming in DuckDB 2.0, you can write window functions in extensions, which would let you add these operations in an extension. A simple version of fill down is already included in the demo extension code (it could use a default argument.)