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

SQL: Add support for single parameter text manipulating functions #31874

Merged
merged 11 commits into from
Jul 12, 2018

Commits on Jul 5, 2018

  1. SQL: Add ASCII and CAST string functions

    Add the first String functions, namely ASCII and CAST
    costin authored and astefan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    20e1cfd View commit details
    Browse the repository at this point in the history
  2. wip

    costin authored and astefan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ec111cf View commit details
    Browse the repository at this point in the history
  3. Added support for several string manipulation functions. Without Pain…

    …less scripting, though.
    astefan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    dadbe06 View commit details
    Browse the repository at this point in the history
  4. SQL: Add ASCII and CAST string functions

    Add the first String functions, namely ASCII and CAST
    costin authored and astefan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    57ef262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb81677 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43d94e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    b14e469 View commit details
    Browse the repository at this point in the history
  2. Merge branch '31604_unary_string_functions' of https:/ast…

    …efan/elasticsearch into 31604_unary_string_functions
    astefan committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    77ff6dd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Renamed string functions integration testing CSV file.

    Changed BIT_LENGTH function way of calculating the bits length.
    astefan committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    19d68c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Handle differently Char and Space functions, since they receive as pa…

    …rameter a non-text (numeric): classes structure change, functionality remains the same.
    astefan committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    f295e45 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    7acd31e View commit details
    Browse the repository at this point in the history