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 Blaze (v4)

Standalone

Please complete this required field.

Please complete this required field.

Please complete this required field.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Please complete this required field.

Mac addresses of all servers, separated by line break or comma.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Maximum Shard Services
Maximum Total Cores for Shard Service
Maximum HDC Services
Maximum Total Cores for HDC Service
Applied Validity Period(days)
Effective Date
Expired Date
Mac Address
Reason for Application
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
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

v4.5
Search
    English
    v4.5

      Prefix

      Overview

      UQL support the following prefix keywords for a clause or the entire UQL statement:

      Prefix Keyword
      Description
      Scope
      TRY Used to create new graphsets, schemas and properties without returning an error message in case of failure. Successful creations are unaffected. If not using TRY, creation failure will return an error message, such as duplicated names. Current create() clause
      OPTIONAL Used to verify if each subquery within a query has returns. If a subquery finds no results, null values are returned in place of nodes and/or edges. If not using OPTIONAL, subquery with no results will have no return. Current query clause
      EXPLAIN Return the operation plan of the entire UQL statement without executing it. Entire UQL statement
      PROFILE Return the operation plan of the entire UQL statement and the time cost for each step during its execution. Entire UQL statement
      DEBUG Return the number of calls and time cost for each step in the operation plan of the entire UQL statement during its execution. Entire UQL statement
      EXEC TASK Send the entire UQL statement to the analytics node (algo node) of the cluster for execution Entire UQL statement

      Prefix keywords are all case insensitive.

      Examples

      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
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      Privacy Policy.
      Please agree to continue.