-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[client-v2] Query API #1580
[client-v2] Query API #1580
Conversation
|
client-v2/src/test/java/com/clickhouse/client/query/QueryTests.java
Outdated
Show resolved
Hide resolved
client-v2/src/test/java/com/clickhouse/client/query/QueryTests.java
Outdated
Show resolved
Hide resolved
* | ||
* | ||
*/ | ||
public class QueryResponse<TOutDataFormat extends DataFormat> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add statistics methods here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be implemented as separate issue #1601
client-v2/src/main/java/com/clickhouse/client/api/query/QueryResponse.java
Outdated
Show resolved
Hide resolved
client-v2/src/main/java/com/clickhouse/client/api/data_formats/DataFormat.java
Outdated
Show resolved
Hide resolved
client-v2/src/main/java/com/clickhouse/client/api/query/QueryResponse.java
Outdated
Show resolved
Hide resolved
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Summary
Checklist
Delete items not relevant to your PR: