Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.0
Search
    English
    v5.0

      Predicate Functions

      Example Graph

      The following examples run against this graph:

      all_different()

      Determines whether all graph elements bound to a list of element variables are pairwise different from one another.

      Syntax all_different(<elemVar_1>, <elemVar_2>,...)
      Arguments Name Type Description
      <elemVar_N> NODE or EDGE Node or edge variable reference
      Return Type UINT

      MATCH (n1 {_id:"P1"})
      MATCH ({_id:"P1"})-(n2)
      MATCH ({_id:"P3"})-(n3)
      RETURN table(n1._id, n2._id, n3._id, all_different(n1, n2, n3))
      

      Result:

      n1._id n2._id n3._id
      all_different(n1, n2, n3)
      P1 P2 P2 0

      property_exists()

      Determines if a referenced graph element has a property.

      Syntax property_exists(<elemVar>, <propName>)
      Arguments Name Type Description
      <propName> NODE or EDGE Node or edge variable reference
      <elemVar> STRING Property name
      Return Type UINT

      MATCH (n:Paper) LIMIT 1
      RETURN PROPERTY_EXISTS(n, "name")
      

      Result:

      PROPERTY_EXISTS(n, "name")
      0

      same()

      Determines whether all element variables bind to the same graph element.

      Syntax same(<elemVar_1>, <elemVar_2>,...)
      Arguments Name Type Description
      <elemVar_N> NODE or EDGE Node or edge variable reference
      Return Type UINT

      MATCH ({_id:"P1"})-(n1)
      MATCH ({_id:"P3"})-(n2)
      RETURN table(n1._id, n2._id, same(n1, n2))
      

      Result:

      n1._id n2._id same(n1, n2)
      P2 P2 1
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写