Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E592A19868 for ; Sat, 12 Mar 2016 13:53:58 +0000 (UTC) Received: (qmail 78771 invoked by uid 500); 12 Mar 2016 13:53:58 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 78744 invoked by uid 500); 12 Mar 2016 13:53:58 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 78733 invoked by uid 99); 12 Mar 2016 13:53:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2016 13:53:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 60D491A01A5 for ; Sat, 12 Mar 2016 13:53:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.471 X-Spam-Level: * X-Spam-Status: No, score=1.471 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id fs3Nvs7-JpF3 for ; Sat, 12 Mar 2016 13:53:57 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id BE8305FAF0 for ; Sat, 12 Mar 2016 13:53:56 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 00C80E0313 for ; Sat, 12 Mar 2016 13:53:56 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F2B993A043C for ; Sat, 12 Mar 2016 13:53:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r982569 - in /websites/staging/jena/trunk/content: ./ documentation/query/library-function.html Date: Sat, 12 Mar 2016 13:53:55 -0000 To: commits@jena.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160312135355.F2B993A043C@svn01-us-west.apache.org> Author: buildbot Date: Sat Mar 12 13:53:55 2016 New Revision: 982569 Log: Staging update by buildbot for jena Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/documentation/query/library-function.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Mar 12 13:53:55 2016 @@ -1 +1 @@ -1734702 +1734703 Modified: websites/staging/jena/trunk/content/documentation/query/library-function.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/query/library-function.html (original) +++ websites/staging/jena/trunk/content/documentation/query/library-function.html Sat Mar 12 13:53:55 2016 @@ -161,14 +161,20 @@ function by URI (or prefixed name) in FI provides a function library and supports application-provided functions.  Functions and property functions can be registered or dynamically loaded.

-

See also the free text search page.

-

See also the property functions library -page.

Applications can also provide their own functions.

ARQ also provides an implementation the Leviathan Function Library.

-

Function Library

+

XQuery/XPath Functions and Operators supported

+

ARQ supports the scalar functions and operators from +"XQuery 1.0 and XPath 2.0 Functions and Operators v3.1".

+

Functions in involving sequences are not supported.

+

See XSD Support for details of datatypes and functions +currenty supported. To check the exact current registrations, see +function/StandardFunctions.java.

+

See also the property functions library +page.

+

Function Library

The prefix afn is <http://jena.apache.org/ARQ/function#>. (the old prefix of <http://jena.hpl.hp.com/ARQ/function#> contineus to work. Applications are encouraged to switch.)

@@ -184,14 +190,7 @@ XPath and XQuery function namespace).

agg:stdev, agg:stdevp, agg:var, agg:stvarp

These are modelled after SQL aggregate functions STDDEV, STDDEVP, VAR, VARP.

-

XQuery/XPath Functions and Operators supported

-

ARQ supports the scalar functions and operators from -"XQuery 1.0 and XPath 2.0 Functions and Operators v3.1".

-

Functions in involving sequences are not supported.

-

See XSD Support for details of datatypes and functions -currenty supported. To check the exact current registrations, see -function/StandardFunctions.java.

-

Addtional Functions Provided by ARQ

+

Addtional Functions Provided by ARQ

Most of these have equivalents, or near equivalents, in SPARQL or as an XQuery function and are to be preferred. These ARQ-specific versions remain for compatibility.