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

CASSANDRA-6936: Byte-comparable API #1294

Closed
wants to merge 2 commits into from

Commits on Jun 29, 2022

  1. ByteComparable API

    Provides an API for converting all values of types that can be used in
    primary keys to byte sequences that can be compared lexicographically
    by unsigned byte value (i.e. byte-comparable sequences) and back.
    
    patch by Branimir Lambov, Dimitar Dimitrov and Jacek Lewandowski;
    reviewed by Caleb Rackliffe, Dimitar Dimitrov, Jacek Lewandowski and Aleksey Yevchenko for CASSANDRA-6936
    jacek-lewandowski authored and blambov committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d1cbcf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4db5fa View commit details
    Browse the repository at this point in the history