Skip to content
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

Add support for getTableStatistics to base-jdbc connector #12225

Merged
merged 1 commit into from
Jan 25, 2019
Merged

Add support for getTableStatistics to base-jdbc connector #12225

merged 1 commit into from
Jan 25, 2019

Conversation

kokosing
Copy link
Contributor

Add support for getTableStatistics to base-jdbc connector

@@ -78,4 +81,6 @@ Connection getConnection(JdbcOutputTableHandle handle)

PreparedStatement getPreparedStatement(Connection connection, String sql)
throws SQLException;

TableStatistics getTableStatistics(ConnectorSession session, JdbcTableHandle handle, TupleDomain<ColumnHandle> tupleDomain);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this above, probably after getColumns() since it will be called after that

@kokosing kokosing merged commit 9976a00 into prestodb:master Jan 25, 2019
@kokosing kokosing deleted the origin/master/054_jdbc_stats branch January 25, 2019 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants