doc/book/en/annexes/rql/language.rst
branchstable
changeset 8630 b81231749b16
parent 8246 84f0a2e0059e
child 9313 95119045ffb5
equal deleted inserted replaced
8629:3ae893f9ec84 8630:b81231749b16
   638 | :func:`RANDOM()`      | return a pseudo-random value from 0.0 to 1.0                       |
   638 | :func:`RANDOM()`      | return a pseudo-random value from 0.0 to 1.0                       |
   639 +-----------------------+--------------------------------------------------------------------+
   639 +-----------------------+--------------------------------------------------------------------+
   640 | :func:`FSPATH(X)`     | expect X to be an attribute whose value is stored in a             |
   640 | :func:`FSPATH(X)`     | expect X to be an attribute whose value is stored in a             |
   641 |                       | :class:`BFSStorage` and return its path on the file system         |
   641 |                       | :class:`BFSStorage` and return its path on the file system         |
   642 +-----------------------+--------------------------------------------------------------------+
   642 +-----------------------+--------------------------------------------------------------------+
   643 | :func:`FTKIRANK(X)`   | expect X to be an entity used in a has_text relation, and return a |
   643 | :func:`FTIRANK(X)`    | expect X to be an entity used in a has_text relation, and return a |
   644 |                       | number corresponding to the rank order of each resulting entity    |
   644 |                       | number corresponding to the rank order of each resulting entity    |
   645 +-----------------------+--------------------------------------------------------------------+
   645 +-----------------------+--------------------------------------------------------------------+
   646 | :func:`CAST(Type, X)` | expect X to be an attribute and return it casted into the given    |
   646 | :func:`CAST(Type, X)` | expect X to be an attribute and return it casted into the given    |
   647 |                       | final type                                                         |
   647 |                       | final type                                                         |
   648 +-----------------------+--------------------------------------------------------------------+
   648 +-----------------------+--------------------------------------------------------------------+