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-20102: Support octet_length and length functions #3707

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Nov 23, 2024

  1. Support octet_length and length functions

    Previously users would either have to read the data and check the length
    themselves or enable UDF and register UDFs to check the length of
    columns. This patch adds a subset of the SQL99 (binary) string
    functions: "octet_length" defined on all types and "length" defined on
    UTF8 strings.
    
    Patch by Joey Lynch; reviewed by <Reviewers> for CASSANDRA-20102
    jolynch committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    73db86a View commit details
    Browse the repository at this point in the history