Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support interleaving constraints in binfile #372

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Support interleaving constraints in binfile

    This adds support for parsing interleaving constraints out of the
    binfile.
    DavePearce committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6898249 View commit details
    Browse the repository at this point in the history
  2. Determine type for interleaved columns

    This determines the least type which includes all the columns being
    interleaved as the type of the target column.
    DavePearce committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    00168e8 View commit details
    Browse the repository at this point in the history