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

Add split UDF func to ease certain string handling #2039

Merged
merged 5 commits into from
Oct 11, 2024

Commits on Oct 8, 2024

  1. Add split UDF func to ease certain string handling

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1860772 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Ensure px.split is used in the doc string

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    661fb2d View commit details
    Browse the repository at this point in the history
  2. Use absl::StrSplit rather than hand crafted substring logic

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    35e096e View commit details
    Browse the repository at this point in the history
  3. Use consistent API with other split functions

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    82bb5f1 View commit details
    Browse the repository at this point in the history
  4. Fix compilation issue

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c937b83 View commit details
    Browse the repository at this point in the history