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

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

    283 2024-06-05 《Ramda 0.4.2》
    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

    278 2024-06-05 《Ramda 0.12.0》
    match split trim replace toLower toUpper test match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns...
  • Scalar Functions

    272 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...
  • 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' , $$...
  • String Functions

    228 2024-06-24 《Apache AGE 0.6.0》
    replace split left right substring rTrim lTrim trim toLower toUpper reverse toString replace replace() returns a string in which all occurrences of a specified strin...
  • Trigonometric Functions

    214 2024-06-24 《Apache AGE 0.6.0》
    degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...
  • LIMIT

    207 2024-06-24 《Apache AGE 0.6.0》
    Introduction Return a subset of the rows Using an expression with LIMIT to return a subset of the rows LIMIT constrains the number of records in the output. Introduction LIM...
  • Age Beyond Cypher

    137 2024-06-24 《Apache AGE 0.6.0》
    Overview Using Cypher in a CTE Expression Using Cypher in a Join expression Cypher in SQL expressions Prepared Statements PL/pgSQL Functions SQL In Cypher