Skip to content

PR: Add WRAP Extension#1

Merged
oglego merged 5 commits into
mainfrom
feature-wrap
Feb 14, 2026
Merged

PR: Add WRAP Extension#1
oglego merged 5 commits into
mainfrom
feature-wrap

Conversation

@oglego

@oglego oglego commented Feb 14, 2026

Copy link
Copy Markdown
Owner

Summary

This PR introduces a new DuckDB extension named WRAP, which provides oscillation / wrapping functionality for numeric values. The extension adds functions that wrap values within a specified range rather than clamping or saturating.

Motivation

Many analytical and simulation workloads require cyclic value behavior rather than bounded truncation.

Typical examples include:

Angle normalization (e.g., wrapping degrees)
Periodic signals
Animation / simulation parameters
Modular arithmetic workflows

@oglego oglego merged commit fb6d35a into main Feb 14, 2026
26 checks passed
@oglego oglego deleted the feature-wrap branch April 25, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant