Devlive 开源社区 本次搜索耗时 3.368 秒,为您找到 161 个相关结果.
  • Using Cypher in a CTE Expression

    827 2024-06-24 《Apache AGE 0.6.0》
    There are no restrictions to using Cypher with CTEs (Common Table Expressions ). Query: WITH graph_query as ( SELECT * FROM cypher ( 'graph_name' , $$ ...
  • String

    825 2024-06-05 《Ramda 0.4.0》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String

    820 2024-06-05 《Ramda 0.5.0》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String

    815 2024-06-05 《Ramda 0.7.0》
    match split trim replace match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of match...
  • String

    808 2024-06-05 《Ramda 0.9.0》
    match split trim replace toLower toUpper match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array...
  • String

    797 2024-06-05 《Ramda 0.3.0》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String

    797 2024-06-05 《Ramda 0.1.4》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String

    796 2024-06-05 《Ramda 0.10.0》
    match split trim replace toLower toUpper match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array...
  • SKIP

    793 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...
  • Numeric Functions

    778 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 ...