Yes, sort-distinct-nodes-asc-or-atomics is not implemented. Depending on
the use case, the function is often removed from the plan based on the
properties of the query plan. For example, if the query does not change the
document order, the query does not need the sort-distinct-nodes-asc-or-atomics
expression.

On Fri, Jul 10, 2015 at 2:37 PM, Shivani Mall <[email protected]> wrote:

> Hey all,
>
> I have a question about the implementation of [ ] in VXQuery. For example
> in the following xpath
> ( doc(person.xml)/person/bidder[1] ).
> Please correct me if I am wrong.
>
> if-then-else
>    instance-of
>       sort-distinct-nodes-asc-or-atomics
>
> And, I think sort-distinct-nodes-asc-or-atomics is not implemented yet.
>
> Thank you,
> Shivani
>

Reply via email to