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

Search
    English

      Prefix

      Prefix keyword is used at the beginning of a chain query statement or the whole UQL to help extend the query function or realize operational functions other than query. Below prefixes are supported:

      Prefix Keyword
      Explanation
      Scope
      TRY Verify the result of current creation of graphset, schema and property. Do not prompt system error in case of failure (see examples in GraphSet|Schema|Property) Current create() command
      OPTIONAL Verify the result of each sub-query of current chain query. For any sub-query that finds no result, return null as node/edge (see examples of each query command) Current chain query
      EXPLAIN Not execute the UQL, only return the operational logic of statements. The whole UQL
      PROFILE Execute the UQL, return the operational logic of statements, as well as their time_cost. The whole UQL
      DEBUG Execute the UQL, return the call_time and time_cost of each execution phase The whole UQL
      EXEC TASK Execute the UQL by sending it to the analytic server (see Task - Analytics Server for detail) The whole UQL

      Prefix keywords are all case insensitive.

      EXPLAIN

      explain n({@movie} as movies).e({@filmedIn}).n({@country.name == "US"}) as paths  
      group by  movies.genre 
      return movies.genre, count(movies)
      

      PROFILE

      profile n({@movie} as movies).e({@filmedIn}).n({@country.name == "US"}) as paths  
      group by  movies.genre 
      return movies.genre, count(movies)
      

      DEBUG

      debug n({@movie} as movies).e({@filmedIn}).n({@country.name == "US"}) as paths  
      group by  movies.genre 
      return movies.genre, count(movies)
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写