Skip to content

Implement profiles in the Java driver #5006

@deontologician

Description

@deontologician

Currently a Profile object is created when a response is formed, but nothing can be done with it, and it just stores the raw hashmap of the profile rather than doing anything useful with it.

  1. The Profile object should be something useful and convenient for end users
  2. The profile should be exposed in some way if it's present. Probably by changing runQuery to return some object that has both a result and a profile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions