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

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

GitHub user afs opened a pull request:

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

    JENA-1372: Add fn:dateTime(xsd:date,xsd:time) -> xsd:dateTime

    

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

    $ git pull https://github.com/afs/jena fn-datetime

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

    https://github.com/apache/jena/pull/277.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 #277
    
----
commit 110e262de30a6a0b1a08a247b0450378ed8b015e
Author: Andy Seaborne <[email protected]>
Date:   2017-09-14T16:39:11Z

    JENA-1372: Add fn:dateTime(xsd:date,xsd:time) -> xsd:dateTime

----


> 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
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 3.5.0
>
>
> 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