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

SUBSTR function should support optional third length parameter #464

Closed
mkroetzsch opened this issue Apr 5, 2024 · 1 comment · Fixed by #471
Closed

SUBSTR function should support optional third length parameter #464

mkroetzsch opened this issue Apr 5, 2024 · 1 comment · Fixed by #471
Labels
builtins Issue related to built-in functions
Milestone

Comments

@mkroetzsch
Copy link
Member

The SUBSTR function currently just supports two parameters: the string and the starting index. This form is also supported in SPARQL, but there should be an additional form that takes a third parameter for the length, so that arbitrary can be returned.

@mmarx mmarx added the builtins Issue related to built-in functions label Apr 5, 2024
@mmarx mmarx added this to the Release 0.6.0 milestone Apr 5, 2024
@mkroetzsch
Copy link
Member Author

The implementation of this is currently blocked by limitations of the logical data model, which cannot capture ternary function terms yet: #466.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins Issue related to built-in functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants