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

      UQL Request Interface

      UQL Interface

      Response response = connection.uql("n(as n1).e().n() as path return path{*}, n1{*} limit 1");
      List<Path> paths = response.get(0).asPaths();
      List<Node> nodes = response.alias("n1").asNodes();
      

      Response

      Properties

      Properties Type Description
      status UStatus The status of UQL execution returned by Ultipa Server, either successful or failed
      statistic Statistic The statistics of UQL execution such as time cost and number of nodes/edges affected
      aliases List<Alias> A list of aliases and data types returned by 'RETURN'
      items Map<String, DataItem> The DataItem class corresoponding to each alias of the UQL result, returned by 'RETURN'
      exportData ExportData The exported data result
      insertNodesReply Ultipa.InsertNodesReply The result of node insertion
      insertEdgesReply Ultipa.InsertEdgesReply The result of node insertion

      Interface

      Interface Description
      DataItem get(int index) Acquire DataItem by index
      DataItem alias(String name) Acquire DataItem by alias name

      DataItem

      Each item returned is corresponding to a DataItem class, use below interfaces to convert to a specific class.

      Interface Description
      asNodes To nodes
      asEdges To edges
      asPaths To paths
      asTable To table
      asSchemas To schema
      asGraphs To graph
      asProperties To property
      asArray To array
      asAttrs To Attr
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写