-
Notifications
You must be signed in to change notification settings - Fork 3
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
Function substring-
functions are not implemented in Metapath processor
#132
Closed
8 tasks done
Tracked by
#734
Labels
Milestone
Comments
aj-stein-gsa
added
enhancement
New feature or request
java
Pull requests that update Java code
labels
Sep 27, 2024
16 tasks
Would it make sense to implement the following all at once? I'd suggest skipping the collation variants of these functions. There is no support for collations yet and this would be a significant lift. |
Sure I just wanted to do it this weekend or early next week to keep myself sharp. Adjust the issue? |
aj-stein-gsa
changed the title
Function
Function Sep 30, 2024
substring-after()
is not implemented in Metapath processorsubstring-*
functions are not implemented in Metapath processor
aj-stein-gsa
changed the title
Function
Function Sep 30, 2024
substring-*
functions are not implemented in Metapath processorsubstring-
functions are not implemented in Metapath processor
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Sep 30, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Sep 30, 2024
7 tasks
7 tasks
7 tasks
7 tasks
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
We fixed some of that in early PR review, the function signatures will obviously need those corrected too.
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 6, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
We fixed some of that in early PR review, the function signatures will obviously need those corrected too.
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
We fixed some of that in early PR review, the function signatures will obviously need those corrected too.
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 8, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 20, 2024
7 tasks
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 20, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 20, 2024
7 tasks
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 20, 2024
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Oct 20, 2024
david-waltermire
pushed a commit
that referenced
this issue
Oct 20, 2024
* Add substring-after impl and tests for #132
david-waltermire
pushed a commit
that referenced
this issue
Oct 20, 2024
* Add string-before impl and tests for #132
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As a developer of Metaschema-based software, in order to write more efficient and easier to read Metapath in my models, I would like this library to implement the function
substring-after()
.Goals
substring
class of functions for Metapath use:fn:substring
: #142fn:substring-before
: #194fn:substring-after
: #195Dependencies
N/A
Acceptance Criteria
All website and readme documentation affected by the changes in this issue have been updated.Revisions
No response
The text was updated successfully, but these errors were encountered: