[ 
https://issues.apache.org/jira/browse/JENA-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131238#comment-16131238
 ] 

ASF GitHub Bot commented on JENA-1372:
--------------------------------------

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/273

    JENA-1372: fn:apply and fn:collation-key

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena apply

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/273.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #273
    
----
commit 1be131e2215bed502bc4935fdc4fc163dc158746
Author: Andy Seaborne <[email protected]>
Date:   2017-08-17T20:04:20Z

    Make Cache0.getOrFill always calculate and return the value.

commit 919a8215174d1820565144c230e8fbc1d7f77cf1
Author: Andy Seaborne <[email protected]>
Date:   2017-08-17T20:08:54Z

    JENA-1372: fn:apply and fn:collation-key

----


> New functions in F&O 3.1
> ------------------------
>
>                 Key: JENA-1372
>                 URL: https://issues.apache.org/jira/browse/JENA-1372
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: ARQ
>    Affects Versions: Jena 3.4.0
>            Reporter: Andy Seaborne
>            Priority: Minor
>
> F&O 3.1 adds some new functions : see 
> https://www.w3.org/TR/xpath-functions-3/#substantive-changes. 
> The ones of note are:
> * [fn:apply|https://www.w3.org/TR/xpath-functions-3/#func-apply] (dynamically 
> applies a function to arguments supplied as an array) which is close to the 
> extension {{CALL}}, so the code there could be extracted and morphed to be 
> {{fn:apply}}.
> * 
> [fn:collation-key|https://www.w3.org/TR/xpath-functions-3/#func-collation-key]
>  (generates a key that can be used for collation-based matching). It is quite 
> similar to role played by {{NodeValueSortKey}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to