Devlive 开源社区 本次搜索耗时 0.372 秒,为您找到 426 个相关结果.
  • SKIP

    298 2024-06-24 《Apache AGE 0.6.0》
    Introduction Skip first three rows Return middle two rows Using an expression with SKIP to return a subset of the rows SKIP defines from which record to start including the r...
  • Scalar Functions

    273 2024-06-24 《Apache AGE 0.6.0》
    id start_id end_id type properties head last length size startNode endNode timestamp toBoolean toFloat toInteger coalesce id id() returns the id of a vertex or e...
  • Predicate Functions

    268 2024-06-24 《Apache AGE 0.6.0》
    Exists(Property) Exists(Path) Predicates are boolean functions that return true or false for a given set of input. They are most commonly used to filter out subgraphs in the WHE...
  • 13. Tools

    250 2024-06-19 《Redisson》
    13.1. Cluster management tool 13.1.1 Cluster management tool. Create Redis cluster 13.1.2 Cluster management tool. Remove Redis node 13.1.3 Cluster management tool. Move slots be...
  • Numeric Functions

    247 2024-06-24 《Apache AGE 0.6.0》
    rand abs ceil floor round sign rand rand() returns a random floating point number in the range from 0 (inclusive) to 1 (exclusive); i.e.[0,1). The numbers returned follow ...
  • Logarithmic Functions

    232 2024-06-24 《Apache AGE 0.6.0》
    e sqrt exp log log10 e e() returns the base of the natural logarithm, e. Syntax: e() Returns: An agtype float . Query SELECT * FROM cypher ( 'graph_name' , $$...